Поделиться через


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 при успешном выполнении, или объект ошибки при сбое.

Атрибуты

Применяется к