HMTimerTrigger
HMTimerTrigger(IntPtr)
HMTimerTrigger(NativeHandle)
HMTimerTrigger(NSObjectFlag)
HMTimerTrigger(String, NSDate, NSDateComponents)
HMTimerTrigger(String, NSDate, NSTimeZone, NSDateComponents, NSCalendar)
ClassHandle
FireDate
Recurrence
RecurrenceCalendar
TimeZone
UpdateFireDate(NSDate, Action<NSError>)
UpdateFireDateAsync(NSDate)
UpdateRecurrence(NSDateComponents, Action<NSError>)
UpdateRecurrenceAsync(NSDateComponents)
UpdateTimeZone(NSTimeZone, Action<NSError>)
UpdateTimeZoneAsync(NSTimeZone)
xamarinios
namespace HomeKit
{
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Register("HMTimerTrigger", true)]
public class HMTimerTrigger : HMTrigger
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("updateRecurrence:completionHandler:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public virtual void UpdateRecurrence(NSDateComponents? recurrence, [BlockProxy(typeof(NIDActionArity1V0))] Action<NSError!>! completion);
}
}
.NET | 6.07.08.09.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