HMHome Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object representing a single residence. The highest level "container" in Home Kit.
[Foundation.Register("HMHome", true)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.TV(10, 0)]
public class HMHome : Foundation.NSObject
type HMHome = class
inherit NSObject
- Inheritance
- Attributes
Constructors
HMHome(IntPtr) |
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
HMHome(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
Accessories |
Gets an array that contains all of the accessories that have been added to the home. |
ActionSets |
Gets an array that contains all of the action sets that are in the home. |
Class | (Inherited from NSObject) |
ClassHandle |
The handle for this class. |
CurrentUser |
The active HMUser. |
DebugDescription |
A developer-meaningful description of this object. (Inherited from NSObject) |
Delegate |
An instance of the HomeKit.IHMHomeDelegate model class which acts as the class delegate. |
Description |
Description of the object, the Objective-C version of ToString. (Inherited from NSObject) |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
HomeHubState |
Gets a value that tells whether the hub is connected, disconnected, or unavailable. |
IsDirectBinding | (Inherited from NSObject) |
IsProxy | (Inherited from NSObject) |
Name |
Gets the name of the home. |
Primary |
Gets a value that tells whether the receiver is the primary home for its manager. |
RetainCount |
Returns the current Objective-C retain count for the object. (Inherited from NSObject) |
Rooms |
Gets an array that contains all the rooms in the home. |
Self | (Inherited from NSObject) |
ServiceGroups |
Gets an array that contains all the service groups in the home. |
Superclass | (Inherited from NSObject) |
SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
Triggers |
Gets an array that contains all the triggers in the home. |
UniqueIdentifier |
Identifies this HMHome. |
UserFailedAccessoriesKey |
Represents the value associated with the constant HMUserFailedAccessoriesKey |
Users |
Gets an array that contains all the users in the home. |
WeakDelegate |
An object that can respond to the delegate protocol for this type |
Zone | (Inherited from NSObject) |
Zones |
Gets an array that contains all the zones in the home. |
Methods
AddAccessory(HMAccessory, Action<NSError>) |
Adds |
AddAccessoryAsync(HMAccessory) |
Adds |
AddActionSet(String, Action<HMActionSet,NSError>) |
Adds an action set named |
AddActionSetAsync(String) |
Adds an action set named |
AddAndSetupAccessories(Action<NSError>) |
Displays a device selection user interface that allows the user to choose which devices to add and set up, and then runs a handler when the user exits the UI. |
AddAndSetupAccessories(HMAccessorySetupPayload, Action<HMAccessory[],NSError>) |
Scans for nearby accessories so the user can add them to the HomeKit object. |
AddAndSetupAccessoriesAsync() |
Displays a device selection user interface that allows the user to choose which devices to add and set up, and returning a task that represents the asynchronous AddAndSetupAccessories operation. |
AddAndSetupAccessoriesAsync(HMAccessorySetupPayload) |
Displays a device selection user interface that allows the user to choose which devices to add and set up, and returning a task that represents the asynchronous AddAndSetupAccessories operation. |
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) |
Registers an object for being observed externally (using NSString keyPath). Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method. (Inherited from NSObject) |
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) |
Registers an object for being observed externally (using string keyPath). Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method. (Inherited from NSObject) |
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>) |
Registers an object for being observed externally using an arbitrary method. (Inherited from NSObject) |
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>) |
Registers an object for being observed externally using an arbitrary method. (Inherited from NSObject) |
AddRoom(String, Action<HMRoom,NSError>) |
Adds a room named |
AddRoomAsync(String) |
Adds a room named |
AddServiceGroup(String, Action<HMServiceGroup,NSError>) |
Adds a service group named |
AddServiceGroupAsync(String) |
Adds a service group named |
AddTrigger(HMTrigger, Action<NSError>) |
Adds |
AddTriggerAsync(HMTrigger) |
Adds |
AddUser(Action<HMUser,NSError>) |
Developers should not use this deprecated method. |
AddUserAsync() |
Developers should not use this deprecated method. |
AddZone(String, Action<HMZone,NSError>) |
Adds a none that is named |
AddZoneAsync(String) |
Adds a none that is named |
AssignAccessory(HMAccessory, HMRoom, Action<NSError>) |
Assigns |
AssignAccessoryAsync(HMAccessory, HMRoom) |
Assigns |
AwakeFromNib() |
Called after the object has been loaded from the nib file. Overriders must call base.AwakeFromNib(). (Inherited from NSObject) |
BeginInvokeOnMainThread(Action) | (Inherited from NSObject) |
BeginInvokeOnMainThread(Selector, NSObject) |
Invokes asynchrously the specified code on the main UI thread. (Inherited from NSObject) |
Bind(NSString, NSObject, String, NSDictionary) | (Inherited from NSObject) |
Bind(String, NSObject, String, NSDictionary) |
Obsolete.
(Inherited from NSObject)
|
BindingInfo(String) |
Obsolete.
(Inherited from NSObject)
|
BindingOptionDescriptions(String) |
Obsolete.
(Inherited from NSObject)
|
BindingValueClass(String) |
Obsolete.
(Inherited from NSObject)
|
CommitEditing() | (Inherited from NSObject) |
CommitEditing(NSObject, Selector, IntPtr) | (Inherited from NSObject) |
ConformsToProtocol(IntPtr) |
Invoked to determine if this object implements the specified protocol. (Inherited from NSObject) |
Copy() |
Performs a copy of the underlying Objective-C object. (Inherited from NSObject) |
DangerousAutorelease() | (Inherited from NSObject) |
DangerousRelease() | (Inherited from NSObject) |
DangerousRetain() | (Inherited from NSObject) |
DidChange(NSKeyValueChange, NSIndexSet, NSString) |
Indicates a change occurred to the indexes for a to-many relationship. (Inherited from NSObject) |
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) | (Inherited from NSObject) |
DidChangeValue(String) |
Indicates that a change occurred on the specified key. (Inherited from NSObject) |
Dispose() |
Releases the resources used by the NSObject object. (Inherited from NSObject) |
Dispose(Boolean) |
Releases the resources used by the HMHome object. |
DoesNotRecognizeSelector(Selector) |
Indicates that this object does not recognize the specified selector. (Inherited from NSObject) |
Equals(NSObject) | (Inherited from NSObject) |
Equals(Object) | (Inherited from NSObject) |
ExecuteActionSet(HMActionSet, Action<NSError>) |
Runs the specified |
ExecuteActionSetAsync(HMActionSet) |
Runs the specified |
ExposedBindings() | (Inherited from NSObject) |
GetBindingInfo(NSString) | (Inherited from NSObject) |
GetBindingOptionDescriptions(NSString) | (Inherited from NSObject) |
GetBindingValueClass(NSString) | (Inherited from NSObject) |
GetBuiltinActionSet(String) |
Retrieve the built-in HMActionSet of the specified |
GetDictionaryOfValuesFromKeys(NSString[]) |
Retrieves the values of the specified keys. (Inherited from NSObject) |
GetHashCode() |
Generates a hash code for the current instance. (Inherited from NSObject) |
GetHomeAccessControl(HMUser) |
Gets the HMHomeAccessControl for the specified |
GetMethodForSelector(Selector) | (Inherited from NSObject) |
GetNativeField(String) |
Obsolete.
(Inherited from NSObject)
|
GetNativeHash() | (Inherited from NSObject) |
GetRoomForEntireHome() |
Returns the room object that represents the entire home. |
GetServices(HMServiceType) |
Returns services that accessories in the home provide that are of type |
GetServices(NSString[]) | |
Init() | (Inherited from NSObject) |
InitializeHandle(IntPtr, String) | (Inherited from NSObject) |
InitializeHandle(IntPtr) | (Inherited from NSObject) |
Invoke(Action, Double) | (Inherited from NSObject) |
Invoke(Action, TimeSpan) | (Inherited from NSObject) |
InvokeOnMainThread(Action) | (Inherited from NSObject) |
InvokeOnMainThread(Selector, NSObject) |
Invokes synchrously the specified code on the main UI thread. (Inherited from NSObject) |
IsEqual(NSObject) | (Inherited from NSObject) |
IsKindOfClass(Class) | (Inherited from NSObject) |
IsMemberOfClass(Class) | (Inherited from NSObject) |
ManageUsers(Action<NSError>) |
Displays a device selection user interface that allows the user manage users and their privileges, and then runs a handler when the user exits the UI. |
ManageUsersAsync() |
Displays a device selection user interface that allows the user manage users and their privileges, and then runs a handler when the user exits the UI. |
MarkDirty() |
Promotes a regular peer object (IsDirectBinding is true) into a toggleref object. (Inherited from NSObject) |
MutableCopy() |
Creates a mutable copy of the specified NSObject. (Inherited from NSObject) |
ObjectDidEndEditing(NSObject) | (Inherited from NSObject) |
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) |
Indicates that the value at the specified keyPath relative to this object has changed. (Inherited from NSObject) |
PerformSelector(Selector, NSObject, Double, NSString[]) | (Inherited from NSObject) |
PerformSelector(Selector, NSObject, Double) |
Invokes the selector on the current instance and if the |
PerformSelector(Selector, NSObject, NSObject) | (Inherited from NSObject) |
PerformSelector(Selector, NSObject) | (Inherited from NSObject) |
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) | (Inherited from NSObject) |
PerformSelector(Selector, NSThread, NSObject, Boolean) | (Inherited from NSObject) |
PerformSelector(Selector) | (Inherited from NSObject) |
PrepareForInterfaceBuilder() | (Inherited from NSObject) |
RemoveAccessory(HMAccessory, Action<NSError>) |
Removes |
RemoveAccessoryAsync(HMAccessory) |
Removes |
RemoveActionSet(HMActionSet, Action<NSError>) |
Removes |
RemoveActionSetAsync(HMActionSet) |
Removes |
RemoveObserver(NSObject, NSString, IntPtr) |
Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context. (Inherited from NSObject) |
RemoveObserver(NSObject, NSString) |
Stops the specified observer from receiving further notifications of changed values for the specified keyPath. (Inherited from NSObject) |
RemoveObserver(NSObject, String, IntPtr) |
Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context. (Inherited from NSObject) |
RemoveObserver(NSObject, String) |
Stops the specified observer from receiving further notifications of changed values for the specified keyPath. (Inherited from NSObject) |
RemoveRoom(HMRoom, Action<NSError>) |
Removes |
RemoveRoomAsync(HMRoom) |
Removes |
RemoveServiceGroup(HMServiceGroup, Action<NSError>) |
Removes |
RemoveServiceGroupAsync(HMServiceGroup) |
Removes |
RemoveTrigger(HMTrigger, Action<NSError>) |
Removes |
RemoveTriggerAsync(HMTrigger) |
Removes |
RemoveUser(HMUser, Action<NSError>) |
Removes the user who is specified by |
RemoveUserAsync(HMUser) |
Removes the user who is specified by |
RemoveZone(HMZone, Action<NSError>) |
Removes |
RemoveZoneAsync(HMZone) |
Removes |
RespondsToSelector(Selector) |
Whether this object recognizes the specified selector. (Inherited from NSObject) |
SetNativeField(String, NSObject) |
Obsolete.
(Inherited from NSObject)
|
SetNilValueForKey(NSString) |
Sets the value of the specified key to null. (Inherited from NSObject) |
SetValueForKey(NSObject, NSString) |
Sets the value of the property specified by the key to the specified value. (Inherited from NSObject) |
SetValueForKeyPath(IntPtr, NSString) |
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. (Inherited from NSObject) |
SetValueForKeyPath(NSObject, NSString) |
Sets the value of a property that can be reached using a keypath. (Inherited from NSObject) |
SetValueForUndefinedKey(NSObject, NSString) |
Indicates an attempt to write a value to an undefined key. If not overridden, raises an NSUndefinedKeyException. (Inherited from NSObject) |
SetValuesForKeysWithDictionary(NSDictionary) |
Sets the values of this NSObject to those in the specified dictionary. (Inherited from NSObject) |
ToString() |
Returns a string representation of the value of the current instance. (Inherited from NSObject) |
Unbind(NSString) | (Inherited from NSObject) |
Unbind(String) |
Obsolete.
(Inherited from NSObject)
|
UnblockAccessory(HMAccessory, Action<NSError>) |
Unblocks |
UnblockAccessoryAsync(HMAccessory) |
Unblocks |
UpdateName(String, Action<NSError>) |
Changes the home name to |
UpdateNameAsync(String) |
Changes the home name to |
ValueForKey(NSString) |
Returns the value of the property associated with the specified key. (Inherited from NSObject) |
ValueForKeyPath(NSString) |
Returns the value of a property that can be reached using a keypath. (Inherited from NSObject) |
ValueForUndefinedKey(NSString) |
Indicates an attempt to read a value of an undefined key. If not overridden, raises an NSUndefinedKeyException. (Inherited from NSObject) |
WillChange(NSKeyValueChange, NSIndexSet, NSString) |
Indicates that the values of the specified indices in the specified key are about to change. (Inherited from NSObject) |
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) | (Inherited from NSObject) |
WillChangeValue(String) |
Indicates that the value of the specified key is about to change. (Inherited from NSObject) |
Events
DidAddAccessory |
Event raised by the object. |
DidAddActionSet |
Event raised by the object. |
DidAddRoom |
Event raised by the object. |
DidAddRoomToZone |
Event raised by the object. |
DidAddService |
Event raised by the object. |
DidAddServiceGroup |
Event raised by the object. |
DidAddTrigger |
Event raised by the object. |
DidAddUser |
Event raised by the object. |
DidAddZone |
Event raised by the object. |
DidEncounterError |
Event raised by the object. |
DidRemoveAccessory |
Event raised by the object. |
DidRemoveActionSet |
Event raised by the object. |
DidRemoveRoom |
Event raised by the object. |
DidRemoveRoomFromZone |
Event raised by the object. |
DidRemoveService |
Event raised by the object. |
DidRemoveServiceGroup |
Event raised by the object. |
DidRemoveTrigger |
Event raised by the object. |
DidRemoveUser |
Event raised by the object. |
DidRemoveZone |
Event raised by the object. |
DidUnblockAccessory |
Event raised by the object. |
DidUpdateAccessControlForCurrentUser |
Event raised by the object. |
DidUpdateActionsForActionSet |
Event raised by the object. |
DidUpdateHomeHubState |
Event raised by the object. |
DidUpdateNameForActionSet |
Event raised by the object. |
DidUpdateNameForHome |
Event raised by the object. |
DidUpdateNameForRoom |
Event raised by the object. |
DidUpdateNameForServiceGroup |
Event raised by the object. |
DidUpdateNameForTrigger |
Event raised by the object. |
DidUpdateNameForZone |
Event raised by the object. |
DidUpdateRoom |
Event raised by the object. |
DidUpdateTrigger |
Event raised by the object. |
Extension Methods
GetDebugDescription(INSObjectProtocol) | |
GetAccessibilityCustomRotors(NSObject) |
Gets the array of UIAccessibilityCustomRotor objects appropriate for |
SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[]) |
Sets the array of UIAccessibilityCustomRotor objects appropriate for |