C# Class PerpetualEngine.iOSSimpleTimer

Inheritance: SimpleTimer
Afficher le fichier Open project: perpetual-mobile/PerpetualEngine

Méthodes publiques

Свойство Type Description
UseApplicationActivationListener bool

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
ClearTemplates ( ) : void
RescheduleTimers ( ) : void
ScheduleTimer ( TimerTemplate template ) : void
ScheduleTimers ( ) : void
TriggerTimerActions ( ) : void
UnscheduleTimers ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DisableAutomaticBackgroundHandling() public méthode

public DisableAutomaticBackgroundHandling ( ) : void
Résultat void

IsRunning() public méthode

public IsRunning ( ) : bool
Résultat bool

Repeat() public méthode

calls the given action with the given time span as long as the App is visible on the screen.
public Repeat ( System.TimeSpan timeSpan, System.Action action, bool immediate = false ) : void
timeSpan System.TimeSpan
action System.Action
immediate bool
Résultat void

iOSSimpleTimer() public méthode

public iOSSimpleTimer ( ) : System
Résultat System

Property Details

UseApplicationActivationListener public_oe static_oe property

public static bool UseApplicationActivationListener
Résultat bool