AWSChimeSDKIdentityChannelRetentionSettings

Objective-C

@interface AWSChimeSDKIdentityChannelRetentionSettings

Swift

class AWSChimeSDKIdentityChannelRetentionSettings

The details of the retention settings for a channel.

  • The time in days to retain the messages in a channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable retentionDays;

    Swift

    var retentionDays: NSNumber? { get set }