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. ALL sends all push notifications, NONE sends no push notifications, FILTERED sends 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 }