C# Class android.os.Vibrator

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
cancel ( ) : void
vibrate ( long arg0 ) : void
vibrate ( long arg0, int arg1 ) : void

Protected Methods

Method Description
Vibrator ( global @__env )

Private Methods

Method Description
Vibrator ( )

Method Details

Vibrator() protected method

protected Vibrator ( global @__env )
@__env global

cancel() public method

public cancel ( ) : void
return void

vibrate() public method

public vibrate ( long arg0 ) : void
arg0 long
return void

vibrate() public method

public vibrate ( long arg0, int arg1 ) : void
arg0 long
arg1 int
return void