C# 클래스 PerpetualEngine.iOSSimpleTimer

상속: SimpleTimer
파일 보기 프로젝트 열기: perpetual-mobile/PerpetualEngine

공개 프로퍼티들

프로퍼티 타입 설명
UseApplicationActivationListener bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ClearTemplates ( ) : void
RescheduleTimers ( ) : void
ScheduleTimer ( TimerTemplate template ) : void
ScheduleTimers ( ) : void
TriggerTimerActions ( ) : void
UnscheduleTimers ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DisableAutomaticBackgroundHandling() 공개 메소드

public DisableAutomaticBackgroundHandling ( ) : void
리턴 void

IsRunning() 공개 메소드

public IsRunning ( ) : bool
리턴 bool

Repeat() 공개 메소드

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
리턴 void

iOSSimpleTimer() 공개 메소드

public iOSSimpleTimer ( ) : System
리턴 System

프로퍼티 상세

UseApplicationActivationListener 공개적으로 정적으로 프로퍼티

public static bool UseApplicationActivationListener
리턴 bool