AWSChimeSDKMessagingGetChannelMessageStatusResponse
Objective-C
@interface AWSChimeSDKMessagingGetChannelMessageStatusResponse
Swift
class AWSChimeSDKMessagingGetChannelMessageStatusResponse
-
The message status and details.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelMessageStatusStructure *_Nullable status;
Swift
var status: AWSChimeSDKMessagingChannelMessageStatusStructure? { get set }