다음을 통해 공유


HMTrigger.AddActionSet(HMActionSet, Action<NSError>) 메서드

정의

이 트리거에서 실행되고 추가된 후 실행되는 completion 작업 집합 목록에 를 추가 actionSet 합니다.

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

매개 변수

actionSet
HMActionSet
completion
Action<NSError>

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

특성

적용 대상