#import <ThingSmartHomeInvitation.h>
Definition at line 12 of file ThingSmartHomeInvitation.h.
◆ cancelInvitationWithInvitationID:success:failure: [1/4]
Cancels an invitation.
- Parameters
-
invitationID | The invitation ID. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ cancelInvitationWithInvitationID:success:failure: [2/4]
Cancels an invitation.
- Parameters
-
invitationID | The invitation ID. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ cancelInvitationWithInvitationID:success:failure: [3/4]
Cancels an invitation.
- Parameters
-
invitationID | The invitation ID. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ cancelInvitationWithInvitationID:success:failure: [4/4]
Cancels an invitation.
- Parameters
-
invitationID | The invitation ID. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ createInvitationWithCreateRequestModel:success:failure: [1/4]
Invites new members by invitation code.
- Parameters
-
createRequestModel | The request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ createInvitationWithCreateRequestModel:success:failure: [2/4]
Invites new members by invitation code.
- Parameters
-
createRequestModel | The request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ createInvitationWithCreateRequestModel:success:failure: [3/4]
Invites new members by invitation code.
- Parameters
-
createRequestModel | The request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ createInvitationWithCreateRequestModel:success:failure: [4/4]
Invites new members by invitation code.
- Parameters
-
createRequestModel | The request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationHomeInfoWithInvitationCode:success:failure: [1/4]
Returns home information of the invitee.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. ThingSmartHomeModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationHomeInfoWithInvitationCode:success:failure: [2/4]
Returns home information of the invitee.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. ThingSmartHomeModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationHomeInfoWithInvitationCode:success:failure: [3/4]
Returns home information of the invitee.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. ThingSmartHomeModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationHomeInfoWithInvitationCode:success:failure: [4/4]
Returns home information of the invitee.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. ThingSmartHomeModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationRecordListWithHomeID:success:failure: [1/4]
- (void) fetchInvitationRecordListWithHomeID: |
|
(long long) |
homeID |
success: |
|
(void(^)(NSArray< ThingSmartHomeInvitationRecordModel * > *invitationRecordList)) |
success |
failure: |
|
(ThingFailureError) |
failure |
|
|
| |
Returns a list of invitation records.
- Parameters
-
homeID | The home ID. |
success | Called when the task is finished. A list of ThingSmartHomeInvitationRecordModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationRecordListWithHomeID:success:failure: [2/4]
- (void) fetchInvitationRecordListWithHomeID: |
|
(long long) |
homeID |
success: |
|
(void(^)(NSArray< ThingSmartHomeInvitationRecordModel * > *invitationRecordList)) |
success |
failure: |
|
(ThingFailureError) |
failure |
|
|
| |
Returns a list of invitation records.
- Parameters
-
homeID | The home ID. |
success | Called when the task is finished. A list of ThingSmartHomeInvitationRecordModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationRecordListWithHomeID:success:failure: [3/4]
- (void) fetchInvitationRecordListWithHomeID: |
|
(long long) |
homeID |
success: |
|
(void(^)(NSArray< ThingSmartHomeInvitationRecordModel * > *invitationRecordList)) |
success |
failure: |
|
(ThingFailureError) |
failure |
|
|
| |
Returns a list of invitation records.
- Parameters
-
homeID | The home ID. |
success | Called when the task is finished. A list of ThingSmartHomeInvitationRecordModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ fetchInvitationRecordListWithHomeID:success:failure: [4/4]
- (void) fetchInvitationRecordListWithHomeID: |
|
(long long) |
homeID |
success: |
|
(void(^)(NSArray< ThingSmartHomeInvitationRecordModel * > *invitationRecordList)) |
success |
failure: |
|
(ThingFailureError) |
failure |
|
|
| |
Returns a list of invitation records.
- Parameters
-
homeID | The home ID. |
success | Called when the task is finished. A list of ThingSmartHomeInvitationRecordModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ joinHomeWithInvitationCode:success:failure: [1/4]
Joins the home.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ joinHomeWithInvitationCode:success:failure: [2/4]
Joins the home.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ joinHomeWithInvitationCode:success:failure: [3/4]
Joins the home.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ joinHomeWithInvitationCode:success:failure: [4/4]
Joins the home.
- Parameters
-
invitationCode | The invitation code. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ reinviteInvitationWithReinviteRquestModel:success:failure: [1/4]
Reinvites members.
- Parameters
-
reinviteRequestModel | The reinvitation request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ reinviteInvitationWithReinviteRquestModel:success:failure: [2/4]
Reinvites members.
- Parameters
-
reinviteRequestModel | The reinvitation request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ reinviteInvitationWithReinviteRquestModel:success:failure: [3/4]
Reinvites members.
- Parameters
-
reinviteRequestModel | The reinvitation request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ reinviteInvitationWithReinviteRquestModel:success:failure: [4/4]
Reinvites members.
- Parameters
-
reinviteRequestModel | The reinvitation request model. |
success | Called when the task is finished. ThingSmartHomeInvitationResultModel is returned. |
failure | Called when the task is interrupted by an error. |
◆ updateInvitationInfoWithInvitationInfoRequestModel:success:failure: [1/4]
Updates invitation information.
- Parameters
-
invitationInfoRequestModel | The invitation information request model. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ updateInvitationInfoWithInvitationInfoRequestModel:success:failure: [2/4]
Updates invitation information.
- Parameters
-
invitationInfoRequestModel | The invitation information request model. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ updateInvitationInfoWithInvitationInfoRequestModel:success:failure: [3/4]
Updates invitation information.
- Parameters
-
invitationInfoRequestModel | The invitation information request model. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
◆ updateInvitationInfoWithInvitationInfoRequestModel:success:failure: [4/4]
Updates invitation information.
- Parameters
-
invitationInfoRequestModel | The invitation information request model. |
success | Called when the task is finished. |
failure | Called when the task is interrupted by an error. |
The documentation for this class was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingSmartDeviceKit/Build/ThingSmartDeviceKit.xcframework/ios-arm64_x86_64-simulator/ThingSmartDeviceKit.framework/Headers/ThingSmartHomeInvitation.h
- /Users/humtong/Downloads/Pods_副本/ThingSmartDeviceKit/Build/ThingSmartDeviceKit.xcframework/watchos-arm64_i386_x86_64-simulator/ThingSmartDeviceKit.framework/Headers/ThingSmartHomeInvitation.h
- /Users/humtong/Downloads/Pods_副本/ThingSmartDeviceKit/Build/ThingSmartDeviceKit.xcframework/ios-arm64/ThingSmartDeviceKit.framework/Headers/ThingSmartHomeInvitation.h
- /Users/humtong/Downloads/Pods_副本/ThingSmartDeviceKit/Build/ThingSmartDeviceKit.xcframework/watchos-arm64_arm64_32_armv7k/ThingSmartDeviceKit.framework/Headers/ThingSmartHomeInvitation.h