Freigeben über


HMHome.AddServiceGroup(String, Action<HMServiceGroup,NSError>) Methode

Definition

Fügt der Startseite eine Dienstgruppe mit dem Namen serviceGroupName hinzu und wird ausgeführt completion , nachdem sie hinzugefügt wurde.

[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

Parameter

serviceGroupName
String
completion
Action<HMServiceGroup,NSError>

Ein Handler, der bei Erfolg zurückgibt null , oder ein Fehlerobjekt bei Einem Fehler.

Attribute

Gilt für: