HMEventTrigger
HMEventTrigger(IntPtr)
HMEventTrigger(NativeHandle)
HMEventTrigger(NSObjectFlag)
HMEventTrigger(String, HMEvent[], NSPredicate)
HMEventTrigger(String, HMEvent[], HMEvent[], NSDateComponents[], NSPredicate)
ClassHandle
EndEvents
Events
ExecuteOnce
Predicate
Recurrences
TriggerActivationState
AddEvent(HMEvent, Action<NSError>)
AddEventAsync(HMEvent)
CreatePredicateForEvaluatingTrigger(HMPresenceEvent)
CreatePredicateForEvaluatingTrigger(HMCharacteristic, NSPredicateOperatorType, NSObject)
CreatePredicateForEvaluatingTriggerOccurringAfterDate(NSDateComponents)
CreatePredicateForEvaluatingTriggerOccurringAfterSignificantEvent(HMSignificantTimeEvent)
CreatePredicateForEvaluatingTriggerOccurringAfterSignificantEvent(HMSignificantEvent, NSDateComponents)
CreatePredicateForEvaluatingTriggerOccurringBeforeDate(NSDateComponents)
CreatePredicateForEvaluatingTriggerOccurringBeforeSignificantEvent(HMSignificantTimeEvent)
CreatePredicateForEvaluatingTriggerOccurringBeforeSignificantEvent(HMSignificantEvent, NSDateComponents)
CreatePredicateForEvaluatingTriggerOccurringBetweenDates(NSDateComponents, NSDateComponents)
CreatePredicateForEvaluatingTriggerOccurringBetweenSignificantEvent(HMSignificantTimeEvent, HMSignificantTimeEvent)
CreatePredicateForEvaluatingTriggerOccurringOnDate(NSDateComponents)
RemoveEvent(HMEvent, Action<NSError>)
RemoveEventAsync(HMEvent)
UpdateEndEvents(HMEvent[], Action<NSError>)
UpdateEndEventsAsync(HMEvent[])
UpdateEvents(HMEvent[], Action<NSError>)
UpdateEventsAsync(HMEvent[])
UpdateExecuteOnce(Boolean, Action<NSError>)
UpdateExecuteOnceAsync(Boolean)
UpdatePredicate(NSPredicate, Action<NSError>)
UpdatePredicateAsync(NSPredicate)
UpdateRecurrences(NSDateComponents[], Action<NSError>)
UpdateRecurrencesAsync(NSDateComponents[])
xamarinios
namespace HomeKit
{
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Register("HMEventTrigger", true)]
public class HMEventTrigger : HMTrigger
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal HMEventTrigger(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API