TCGBQueryTermsResult Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCGBQueryTermsResult.h |
Properties
termsVersion
Terms version
@property (nonatomic, strong) NSString *termsVersionDiscussion
This property will be used in [TCGBTerms updateTermsWithViewController:configuration:completion] API
Declared In
TCGBQueryTermsResult.h
termsCountryType
Terms type (“KOREAN”, “GDPR”, “ETC”)
@property (nonatomic, strong) NSString *termsCountryTypeDeclared In
TCGBQueryTermsResult.h
termsSeq
Terms key
@property (nonatomic, assign) int termsSeqDiscussion
This property will be used in [TCGBTerms updateTermsWithViewController:configuration:completion] API
Declared In
TCGBQueryTermsResult.h
contents
Terms item detail information
@property (nonatomic, strong) NSArray<TCGBTermsContentDetail*> *contentsDiscussion
This property will be used in [TCGBTerms updateTermsWithViewController:configuration:completion] API
Declared In
TCGBQueryTermsResult.h
Initialization
+ queryTermsResultWithTermsVersion:termsCountryType:termsSeq:contents:
Creates a TCGBQueyTermsResult instance with several properties.
+ (instancetype)queryTermsResultWithTermsVersion:(NSString *)termsVersion termsCountryType:(NSString *)termsCountryType termsSeq:(int)termsSeq contents:(NSArray<TCGBTermsContentDetail*> *)contentsParameters
termsVersion |
Terms version |
|---|---|
termsCountryType |
Terms type (“KOREAN”, “GDPR”, “ETC”) |
termsSeq |
Terms key |
contents |
Terms item detail information |
Declared In
TCGBQueryTermsResult.h