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>

操作完成时要运行的处理程序。

属性

适用于