TCGBUpdateTermsConfiguration Class Reference

Inherits from NSObject
Declared in TCGBUpdateTermsConfiguration.h

Properties

  termsVersion

Terms version

@property (nonatomic, strong) NSString *termsVersion

Declared In

TCGBUpdateTermsConfiguration.h

  termsSeq

Terms key

@property (nonatomic, assign) int termsSeq

Declared In

TCGBUpdateTermsConfiguration.h

  contents

Terms item detail information

@property (nonatomic, strong) NSArray<TCGBTermsContent*> *contents

Declared In

TCGBUpdateTermsConfiguration.h

Initialization

+ updateTermsConfigurationWithTermsVersion:termsSeq:contents:

Creates a TCGBUpdateConfiguration instance with several properties.

+ (instancetype)updateTermsConfigurationWithTermsVersion:(NSString *)termsVersion termsSeq:(int)termsSeq contents:(NSArray<TCGBTermsContent*> *)contents

Parameters

termsVersion

Terms version

termsSeq

Terms key

contents

Terms item detail information

Declared In

TCGBUpdateTermsConfiguration.h