AWSChimeSDKMessagingPushNotificationPreferences
Objective-C
@interface AWSChimeSDKMessagingPushNotificationPreferences
Swift
class AWSChimeSDKMessagingPushNotificationPreferences
The channel membership preferences for push notification.
Required parameters: [AllowNotifications]
-
Enum value that indicates which push notifications to send to the requested member of a channel.
ALLsends all push notifications,NONEsends no push notifications,FILTEREDsends only filtered push notifications.Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingAllowNotifications allowNotifications;Swift
var allowNotifications: AWSChimeSDKMessagingAllowNotifications { get set } -
The simple JSON object used to send a subset of a push notification to the requested member.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable filterRule;Swift
var filterRule: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingPushNotificationPreferences Class Reference