C# Class android.os.Vibrator

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
cancel ( ) : void
vibrate ( long arg0 ) : void
vibrate ( long arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
Vibrator ( global @__env )

Private Methods

Méthode Description
Vibrator ( )

Method Details

Vibrator() protected méthode

protected Vibrator ( global @__env )
@__env global

cancel() public méthode

public cancel ( ) : void
Résultat void

vibrate() public méthode

public vibrate ( long arg0 ) : void
arg0 long
Résultat void

vibrate() public méthode

public vibrate ( long arg0, int arg1 ) : void
arg0 long
arg1 int
Résultat void