C# Class android.widget.Toast

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

Méthodes publiques

Méthode Description
Toast ( android arg0 )
cancel ( ) : void
getDuration ( ) : int
getGravity ( ) : int
getHorizontalMargin ( ) : float
getVerticalMargin ( ) : float
getView ( ) : global::android.view.View
getXOffset ( ) : int
getYOffset ( ) : int
makeText ( android arg0, string arg1, int arg2 ) : android.widget.Toast
makeText ( android arg0, int arg1, int arg2 ) : global::android.widget.Toast
makeText ( android arg0, java arg1, int arg2 ) : global::android.widget.Toast
setDuration ( int arg0 ) : void
setGravity ( int arg0, int arg1, int arg2 ) : void
setMargin ( float arg0, float arg1 ) : void
setText ( int arg0 ) : void
setText ( java arg0 ) : void
setText ( string arg0 ) : void
setView ( android arg0 ) : void
show ( ) : void

Méthodes protégées

Méthode Description
Toast ( global @__env )

Private Methods

Méthode Description
Toast ( )

Method Details

Toast() public méthode

public Toast ( android arg0 )
arg0 android

Toast() protected méthode

protected Toast ( global @__env )
@__env global

cancel() public méthode

public cancel ( ) : void
Résultat void

getDuration() public méthode

public getDuration ( ) : int
Résultat int

getGravity() public méthode

public getGravity ( ) : int
Résultat int

getHorizontalMargin() public méthode

public getHorizontalMargin ( ) : float
Résultat float

getVerticalMargin() public méthode

public getVerticalMargin ( ) : float
Résultat float

getView() public méthode

public getView ( ) : global::android.view.View
Résultat global::android.view.View

getXOffset() public méthode

public getXOffset ( ) : int
Résultat int

getYOffset() public méthode

public getYOffset ( ) : int
Résultat int

makeText() public static méthode

public static makeText ( android arg0, string arg1, int arg2 ) : android.widget.Toast
arg0 android
arg1 string
arg2 int
Résultat android.widget.Toast

makeText() public static méthode

public static makeText ( android arg0, int arg1, int arg2 ) : global::android.widget.Toast
arg0 android
arg1 int
arg2 int
Résultat global::android.widget.Toast

makeText() public static méthode

public static makeText ( android arg0, java arg1, int arg2 ) : global::android.widget.Toast
arg0 android
arg1 java
arg2 int
Résultat global::android.widget.Toast

setDuration() public méthode

public setDuration ( int arg0 ) : void
arg0 int
Résultat void

setGravity() public méthode

public setGravity ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
Résultat void

setMargin() public méthode

public setMargin ( float arg0, float arg1 ) : void
arg0 float
arg1 float
Résultat void

setText() public méthode

public setText ( int arg0 ) : void
arg0 int
Résultat void

setText() public méthode

public setText ( java arg0 ) : void
arg0 java
Résultat void

setText() public méthode

public setText ( string arg0 ) : void
arg0 string
Résultat void

setView() public méthode

public setView ( android arg0 ) : void
arg0 android
Résultat void

show() public méthode

public show ( ) : void
Résultat void