TCGBUpdateTermsConfiguration Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCGBUpdateTermsConfiguration.h |
Properties
termsVersion
Terms version
@property (nonatomic, strong) NSString *termsVersionDeclared In
TCGBUpdateTermsConfiguration.h
termsSeq
Terms key
@property (nonatomic, assign) int termsSeqDeclared In
TCGBUpdateTermsConfiguration.h
contents
Terms item detail information
@property (nonatomic, strong) NSArray<TCGBTermsContent*> *contentsDeclared In
TCGBUpdateTermsConfiguration.h
Initialization
+ updateTermsConfigurationWithTermsVersion:termsSeq:contents:
Creates a TCGBUpdateConfiguration instance with several properties.
+ (instancetype)updateTermsConfigurationWithTermsVersion:(NSString *)termsVersion termsSeq:(int)termsSeq contents:(NSArray<TCGBTermsContent*> *)contentsParameters
termsVersion |
Terms version |
|---|---|
termsSeq |
Terms key |
contents |
Terms item detail information |
Declared In
TCGBUpdateTermsConfiguration.h