TCGBQueryTermsResult Class Reference

Inherits from NSObject
Declared in TCGBQueryTermsResult.h

Properties

  termsVersion

Terms version

@property (nonatomic, strong) NSString *termsVersion

Discussion

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 *termsCountryType

Declared In

TCGBQueryTermsResult.h

  termsSeq

Terms key

@property (nonatomic, assign) int termsSeq

Discussion

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*> *contents

Discussion

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*> *)contents

Parameters

termsVersion

Terms version

termsCountryType

Terms type (“KOREAN”, “GDPR”, “ETC”)

termsSeq

Terms key

contents

Terms item detail information

Declared In

TCGBQueryTermsResult.h