AWSChimeSDKMessagingChannelMessageStatusStructure
Objective-C
@interface AWSChimeSDKMessagingChannelMessageStatusStructure
Swift
class AWSChimeSDKMessagingChannelMessageStatusStructure
Stores information about a message status.
-
Contains more details about the message status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The message status value.
Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingChannelMessageStatus value;
Swift
var value: AWSChimeSDKMessagingChannelMessageStatus { get set }