Tuya iOS Smart Life App SDK 5.15.0
TSceneRecomListParams Class Reference

#import <TSceneRecomListParams.h>

Inheritance diagram for TSceneRecomListParams:

Instance Methods

(NSString *) - stringForSource
 
(NSString *) - stringForSource
 
(NSString *) - stringForSource
 
(NSString *) - stringForSource
 

Properties

TSceneRecomListSource source
 The request recommned list source. More...
 
NSInteger size
 The number of requests for recommend data. Default is 10. More...
 
NSString * devId
 Device ID. This parameter is mandatory for the recommend data after device did activated. More...
 
BOOL shouldShowDidAddedRecommend
 Whether to display the added recommend data. Default is NO. More...
 

Detailed Description

Definition at line 22 of file TSceneRecomListParams.h.

Method Documentation

◆ stringForSource [1/4]

- (NSString *) stringForSource

◆ stringForSource [2/4]

- (NSString *) stringForSource

◆ stringForSource [3/4]

- (NSString *) stringForSource

◆ stringForSource [4/4]

- (NSString *) stringForSource

Property Documentation

◆ devId

- (NSString *) devId
readwritenonatomiccopy

Device ID. This parameter is mandatory for the recommend data after device did activated.

Definition at line 28 of file TSceneRecomListParams.h.

◆ shouldShowDidAddedRecommend

- (BOOL) shouldShowDidAddedRecommend
readwritenonatomicassign

Whether to display the added recommend data. Default is NO.

Definition at line 30 of file TSceneRecomListParams.h.

◆ size

- (NSInteger) size
readwritenonatomicassign

The number of requests for recommend data. Default is 10.

Definition at line 26 of file TSceneRecomListParams.h.

◆ source

- (TSceneRecomListSource) source
readwritenonatomicassign

The request recommned list source.

Definition at line 24 of file TSceneRecomListParams.h.


The documentation for this class was generated from the following files: