HomeKit.HMHomeManager Members

The members of HomeKit.HMHomeManager are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

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]
override
ClassHandleIntPtr. The handle for this class.
DelegateIHMHomeManagerDelegate. An instance of the HomeKit.HMHomeManagerDelegate model class which acts as the class delegate.
[read-only]
HomesHMHome[]. Documentation for this section has not yet been entered.
[read-only]
PrimaryHomeHMHome. Documentation for this section has not yet been entered.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

AddHome(string, Action<HMHome, Foundation.NSError>)
Documentation for this section has not yet been entered.
AddHomeAsync(string) : System.Threading.Tasks.Task<HMHome>
Documentation for this section has not yet been entered.
RemoveHome(HMHome, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
RemoveHomeAsync(HMHome) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
UpdatePrimaryHome(HMHome, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
UpdatePrimaryHomeAsync(HMHome) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

DidAddHomeEvent raised by the object.
DidRemoveHomeEvent raised by the object.
DidUpdateHomesEvent raised by the object.
DidUpdatePrimaryHomeEvent raised by the object.