Tuya iOS Smart Life App SDK 5.15.0
ThingSmartHomeAddMemberRequestModel Class Reference

#import <ThingSmartHomeAddMemberRequestModel.h>

Inheritance diagram for ThingSmartHomeAddMemberRequestModel:

Properties

NSString * name
 The nicknames for invitees. More...
 
NSString * account
 The invited accounts. More...
 
NSString * countryCode
 The invitee account for the specified country code. More...
 
ThingHomeRoleType role
 The member role. Set the required role type. More...
 
long long roleId
 The member roleId. Set the required roleId when the roleType is custom. More...
 
UIImage * headPic
 The avatar for the invitee. If the value is set to nil, the invitee's personal avatar is used. More...
 
BOOL autoAccept
 Specifies whether the invitee must accept the invitation. Valid values: YES: The invited account automatically accepts the home invitation without the invitee's confirmation. NO: The invitee's consent is required to join the home. More...
 

Detailed Description

Definition at line 13 of file ThingSmartHomeAddMemberRequestModel.h.

Property Documentation

◆ account

- (NSString *) account
readwritenonatomiccopy

The invited accounts.

Definition at line 19 of file ThingSmartHomeAddMemberRequestModel.h.

◆ autoAccept

- (BOOL) autoAccept
readwritenonatomicassign

Specifies whether the invitee must accept the invitation. Valid values: YES: The invited account automatically accepts the home invitation without the invitee's confirmation. NO: The invitee's consent is required to join the home.

Definition at line 34 of file ThingSmartHomeAddMemberRequestModel.h.

◆ countryCode

- (NSString *) countryCode
readwritenonatomiccopy

The invitee account for the specified country code.

Definition at line 22 of file ThingSmartHomeAddMemberRequestModel.h.

◆ headPic

- (UIImage *) headPic
readwritenonatomicstrong

The avatar for the invitee. If the value is set to nil, the invitee's personal avatar is used.

Definition at line 31 of file ThingSmartHomeAddMemberRequestModel.h.

◆ name

- (NSString *) name
readwritenonatomiccopy

The nicknames for invitees.

Definition at line 16 of file ThingSmartHomeAddMemberRequestModel.h.

◆ role

- (ThingHomeRoleType) role
readwritenonatomicassign

The member role. Set the required role type.

Definition at line 25 of file ThingSmartHomeAddMemberRequestModel.h.

◆ roleId

- (long long) roleId
readwritenonatomicassign

The member roleId. Set the required roleId when the roleType is custom.

Definition at line 28 of file ThingSmartHomeAddMemberRequestModel.h.


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