다음을 통해 공유


HMHome.AddServiceGroup(String, Action<HMServiceGroup,NSError>) 메서드

정의

라는 serviceGroupName 서비스 그룹을 홈에 추가하고 추가된 후 실행됩니다 completion .

[Foundation.Export("addServiceGroupWithName:completionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddServiceGroup (string serviceGroupName, Action<HomeKit.HMServiceGroup,Foundation.NSError> completion);
abstract member AddServiceGroup : string * Action<HomeKit.HMServiceGroup, Foundation.NSError> -> unit
override this.AddServiceGroup : string * Action<HomeKit.HMServiceGroup, Foundation.NSError> -> unit

매개 변수

serviceGroupName
String
completion
Action<HMServiceGroup,NSError>

성공 시 반환 null 되는 처리기 또는 실패 시 오류 개체입니다.

특성

적용 대상