HomeKit.HMTrigger Members

The members of HomeKit.HMTrigger are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
ActionSetsHMActionSet[]. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Enabledbool. Documentation for this section has not yet been entered.
[read-only]
LastFireDateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.

Public Methods

AddActionSet(HMActionSet, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
AddActionSetAsync(HMActionSet) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Enable(bool, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
EnableAsync(bool) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
RemoveActionSet(HMActionSet, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
RemoveActionSetAsync(HMActionSet) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
UpdateName(string, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
UpdateNameAsync(string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the HMTrigger object.