AWSChimeSDKMessagingAppInstanceUserMembershipSummary
Objective-C
@interface AWSChimeSDKMessagingAppInstanceUserMembershipSummary
Swift
class AWSChimeSDKMessagingAppInstanceUserMembershipSummary
Summary of the membership details of an AppInstanceUser.
-
The time at which an
AppInstanceUserlast marked a channel as read.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable readMarkerTimestamp;Swift
var readMarkerTimestamp: Date? { get set } -
The ID of the SubChannel that the
AppInstanceUseris a member of.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;Swift
var subChannelId: String? { get set } -
The type of
ChannelMembership.Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingChannelMembershipType types;Swift
var types: AWSChimeSDKMessagingChannelMembershipType { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingAppInstanceUserMembershipSummary Class Reference