BMSPushNotificationActionCategory
public class BMSPushNotificationActionCategory : NSObject
Creates Category objects for push notifications
-
Initialze Method - Deprecated.
Declaration
Swift
public init(identifierName identifier: String, buttonActions actions: [BMSPushNotificationAction])
Parameters
identifierName
identifier name for category.
buttonActions
Array of
BMSPushNotificationAction
.