C# Class VoiceCamera.CameraFragment.CountdownTimer

Inheritance: TimerTask
ファイルを表示 Open project: jamesmontemagno/MarshmallowSamples

Public Methods

Method Description
CountdownTimer ( CameraFragment frag, Android.Widget.TextView label, int countdown, Toast toast ) : System
Run ( ) : void

Method Details

CountdownTimer() public method

public CountdownTimer ( CameraFragment frag, Android.Widget.TextView label, int countdown, Toast toast ) : System
frag CameraFragment
label Android.Widget.TextView
countdown int
toast Toast
return System

Run() public method

public Run ( ) : void
return void