HomeKit.HMHomeManager: Method Members

The methods of HomeKit.HMHomeManager are listed below. For a list of all members, see the HMHomeManager Members list.

See Also: Inherited members from Foundation.NSObject

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.