Show / Hide Table of Contents

    Class iOSNotifier

    Inheritance
    System.Object
    Notifier
    iOSNotifier
    UNUserNotificationNotifier
    Inherited Members
    Notifier.PENDING_SURVEY_TEXT_NOTIFICATION_ID
    Notifier.PENDING_SURVEY_BADGE_NOTIFICATION_ID
    Notifier.NOTIFICATION_USER_RESPONSE_ACTION_KEY
    Notifier.NOTIFICATION_USER_RESPONSE_MESSAGE_KEY
    Notifier.IssueNotificationAsync(String, String, String, Boolean, Protocol, Nullable<Int32>, NotificationUserResponseAction, String)
    Notifier.CancelNotification(String)
    Notifier.OnNotificationUserResponseAsync(String, String)
    Notifier.SendPushNotificationRequestAsync(PushNotificationRequest, CancellationToken)
    Notifier.ProcessReceivedPushNotificationAsync(PushNotification, CancellationToken)
    Notifier.DeletePushNotificationRequestAsync(Guid, Protocol, CancellationToken)
    Notifier.TestHealthAsync(CancellationToken)
    Notifier.ClearPushNotificationRequestBacklogAsync(CancellationToken)
    Namespace: Sensus.iOS.Notifications
    Assembly: SensusiOS.dll
    Syntax
    public abstract class iOSNotifier : Notifier

    Constructors

    iOSNotifier()

    Declaration
    protected iOSNotifier()

    Fields

    NOTIFICATION_ID_KEY

    Key for the notification identifier, which is a value uniquely identifying the issued notification.

    Declaration
    public const string NOTIFICATION_ID_KEY = "SENSUS-NOTIFICATION-ID"
    Field Value
    Type Description
    System.String

    Methods

    RemoveAllNotifications()

    Declaration
    public abstract void RemoveAllNotifications()
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX