次の方法で共有


HMHome.AddTrigger(HMTrigger, Action<NSError>) メソッド

定義

ホームに を追加 trigger し、追加後に 実行します completion

[Foundation.Export("addTrigger:completionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddTrigger (HomeKit.HMTrigger trigger, Action<Foundation.NSError> completion);
abstract member AddTrigger : HomeKit.HMTrigger * Action<Foundation.NSError> -> unit
override this.AddTrigger : HomeKit.HMTrigger * Action<Foundation.NSError> -> unit

パラメーター

trigger
HMTrigger
completion
Action<NSError>

操作の完了時に実行するハンドラー。

属性

適用対象