BMSPushNotificationAction

public class BMSPushNotificationAction : NSObject

Creates action objects for push notifications

Initializers

  • Initialze Method - Deprecated.

    Declaration

    Swift

    public init (identifierName identifier: String, buttonTitle title: String,
                 isAuthenticationRequired authenticationRequired: Bool,
                 defineActivationMode activationMode: UIUserNotificationActivationMode)

    Parameters

    identifierName

    identifier name for your actions.

    title

    Title for your actions.

    authenticationRequired

    Authenticationenbling option for your actions.

    activationMode

    ActivationMode for your actions.