HMHome.AddTrigger(HMTrigger, Action<NSError>) Metodo

Definizione

Aggiunge trigger alla home page ed esegue completion dopo l'aggiunta.

[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

Parametri

trigger
HMTrigger
completion
Action<NSError>

Gestore da eseguire al termine dell'operazione.

Attributi

Si applica a