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>

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

属性

适用于