Editar

Compartir a través de


HMAccessory.Identify(Action<NSError>) Method

Definition

Identifies the accessory and runs completion after it has finished.

[Foundation.Export("identifyWithCompletionHandler:")]
public virtual void Identify (Action<Foundation.NSError> completion);
abstract member Identify : Action<Foundation.NSError> -> unit
override this.Identify : Action<Foundation.NSError> -> unit

Parameters

completion
Action<NSError>

A handler that returns null on success, or an error object on failure.

Attributes

Applies to