HMHomeManager.AddHomeAsync(String) Method

Definition

Adds a home that is named homeName to the manager and runs completion after it has finished.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<HomeKit.HMHome> AddHomeAsync (string homeName);
abstract member AddHomeAsync : string -> System.Threading.Tasks.Task<HomeKit.HMHome>
override this.AddHomeAsync : string -> System.Threading.Tasks.Task<HomeKit.HMHome>

Parameters

homeName
String

Returns

A task that represents the asynchronous AddHome operation. The value of the TResult parameter is of type System.Action<HomeKit.HMHome,Foundation.NSError>.

Attributes

Applies to