다음을 통해 공유


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>

작업이 완료되면 실행할 처리기입니다.

특성

적용 대상