次の方法で共有


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 ハンドラー、または失敗した場合はエラー オブジェクト。

属性

適用対象