Compartir a través de


HMHome.AddTrigger(HMTrigger, Action<NSError>) Método

Definición

Agrega trigger al hogar y se ejecuta completion después de agregarlo.

[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

Parámetros

trigger
HMTrigger
completion
Action<NSError>

Controlador que se va a ejecutar cuando se completa la operación.

Atributos

Se aplica a