AWSChimeSDKIdentityAppInstanceRetentionSettings
Objective-C
@interface AWSChimeSDKIdentityAppInstanceRetentionSettings
Swift
class AWSChimeSDKIdentityAppInstanceRetentionSettings
The details of the data-retention settings for an AppInstance
.
-
The length of time in days to retain the messages in a channel.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityChannelRetentionSettings *_Nullable channelRetentionSettings;
Swift
var channelRetentionSettings: AWSChimeSDKIdentityChannelRetentionSettings? { get set }