Tuya iOS Smart Life App SDK 5.15.0
ThingSmartFeedbackModel Class Reference

#import <ThingSmartFeedbackModel.h>

Inheritance diagram for ThingSmartFeedbackModel:

Properties

ThingSmartFeedbackType type
 The feedback type. More...
 
NSTimeInterval ctime
 The time when the feedback opened. More...
 
NSUInteger uniqueId
 The feedback ID. More...
 
NSString * content
 The content of the feedback. More...
 

Detailed Description

Definition at line 15 of file ThingSmartFeedbackModel.h.

Property Documentation

◆ content

- (NSString *) content
readwritenonatomicstrong

The content of the feedback.

Definition at line 27 of file ThingSmartFeedbackModel.h.

◆ ctime

- (NSTimeInterval) ctime
readwritenonatomicassign

The time when the feedback opened.

Definition at line 21 of file ThingSmartFeedbackModel.h.

◆ type

- (ThingSmartFeedbackType) type
readwritenonatomicassign

The feedback type.

Definition at line 18 of file ThingSmartFeedbackModel.h.

◆ uniqueId

- (NSUInteger) uniqueId
readwritenonatomicassign

The feedback ID.

Definition at line 24 of file ThingSmartFeedbackModel.h.


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