Share via


UNTimeIntervalNotificationTrigger.TimeInterval Property

Definition

Gets the time interval after which the trigger is activated.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual double TimeInterval { [Foundation.Export("timeInterval")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("timeInterval")>]
member this.TimeInterval : double

Property Value

Te time interval after which the trigger is activated.

Attributes

Remarks

Application developers can set NotifyOnEntry and NotifyOnExit to control when the trigger is activated.

Applies to