AWSChimeSDKMessagingPushNotificationConfiguration

Objective-C

@interface AWSChimeSDKMessagingPushNotificationConfiguration

Swift

class AWSChimeSDKMessagingPushNotificationConfiguration

The push notification configuration of the message.

  • The body of the push notification.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable body;

    Swift

    var body: String? { get set }
  • The title of the push notification.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable title;

    Swift

    var title: String? { get set }
  • Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.

    Declaration

    Objective-C

    @property (nonatomic) AWSChimeSDKMessagingPushNotificationType types;

    Swift

    var types: AWSChimeSDKMessagingPushNotificationType { get set }