AWSChimeSDKMessagingChannelMembershipPreferences
Objective-C
@interface AWSChimeSDKMessagingChannelMembershipPreferences
Swift
class AWSChimeSDKMessagingChannelMembershipPreferences
The channel membership preferences for an AppInstanceUser
.
-
The push notification configuration of a message.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingPushNotificationPreferences *_Nullable pushNotifications;
Swift
var pushNotifications: AWSChimeSDKMessagingPushNotificationPreferences? { get set }