Property | Type | Description | |
---|---|---|---|
UseApplicationActivationListener | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
DisableAutomaticBackgroundHandling ( ) : void | ||
IsRunning ( ) : bool | ||
Repeat ( System.TimeSpan timeSpan, System.Action action, bool immediate = false ) : void |
calls the given action with the given time span as long as the App is visible on the screen.
|
|
iOSSimpleTimer ( ) : System |
Method | Description | |
---|---|---|
ClearTemplates ( ) : void | ||
RescheduleTimers ( ) : void | ||
ScheduleTimer ( TimerTemplate template ) : void | ||
ScheduleTimers ( ) : void | ||
TriggerTimerActions ( ) : void | ||
UnscheduleTimers ( ) : void |
public DisableAutomaticBackgroundHandling ( ) : void | ||
return | void |
public Repeat ( System.TimeSpan timeSpan, System.Action action, bool immediate = false ) : void | ||
timeSpan | System.TimeSpan | |
action | System.Action | |
immediate | bool | |
return | void |