C# Class android.os.CountDownTimer

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
CountDownTimer ( long arg0, long arg1 )
cancel ( ) : void
onFinish ( ) : void
onTick ( long arg0 ) : void
start ( ) : global::android.os.CountDownTimer

Protected Methods

Method Description
CountDownTimer ( global @__env )

Private Methods

Method Description
CountDownTimer ( )

Method Details

CountDownTimer() protected method

protected CountDownTimer ( global @__env )
@__env global

CountDownTimer() public method

public CountDownTimer ( long arg0, long arg1 )
arg0 long
arg1 long

cancel() public method

public cancel ( ) : void
return void

onFinish() public abstract method

public abstract onFinish ( ) : void
return void

onTick() public abstract method

public abstract onTick ( long arg0 ) : void
arg0 long
return void

start() public method

public start ( ) : global::android.os.CountDownTimer
return global::android.os.CountDownTimer