channelTtl (property)

This property contains a number of minutes that represents how long the channel may be cached before it needs to be refreshed from the source.

Syntax

@property (nonatomic,readwrite,assign,getter=channelTtl,setter=setChannelTtl:) NSString* channelTtl;
- (NSString*)channelTtl;
- (void)setChannelTtl:(NSString*)newChannelTtl;
public var channelTtl: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains a number of minutes that represents how long the channel may be cached before it needs to be refreshed from the source.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]