![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartHomeAddMemberRequestModel.h>
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... | |
Definition at line 13 of file ThingSmartHomeAddMemberRequestModel.h.
|
readwritenonatomiccopy |
The invited accounts.
Definition at line 19 of file ThingSmartHomeAddMemberRequestModel.h.
|
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.
|
readwritenonatomiccopy |
The invitee account for the specified country code.
Definition at line 22 of file ThingSmartHomeAddMemberRequestModel.h.
|
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.
|
readwritenonatomiccopy |
The nicknames for invitees.
Definition at line 16 of file ThingSmartHomeAddMemberRequestModel.h.
|
readwritenonatomicassign |
The member role. Set the required role type.
Definition at line 25 of file ThingSmartHomeAddMemberRequestModel.h.
|
readwritenonatomicassign |
The member roleId. Set the required roleId when the roleType is custom.
Definition at line 28 of file ThingSmartHomeAddMemberRequestModel.h.