次の方法で共有


HMHome.ManageUsers(Action<NSError>) メソッド

定義

ユーザーがユーザーとその特権を管理できるようにするデバイス選択ユーザー インターフェイスを表示し、ユーザーが UI を終了したときにハンドラーを実行します。

[Foundation.Export("manageUsersWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ManageUsers (Action<Foundation.NSError> completion);
abstract member ManageUsers : Action<Foundation.NSError> -> unit
override this.ManageUsers : Action<Foundation.NSError> -> unit

パラメーター

completion
Action<NSError>

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

属性

適用対象