AWSChimeSDKMessagingAppInstanceUserMembershipSummary

Objective-C

@interface AWSChimeSDKMessagingAppInstanceUserMembershipSummary

Swift

class AWSChimeSDKMessagingAppInstanceUserMembershipSummary

Summary of the membership details of an AppInstanceUser.

  • The time at which an AppInstanceUser last 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 AppInstanceUser is 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 }