C# Class android.widget.Toast

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

Public Methods

Method 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

Protected Methods

Method Description
Toast ( global @__env )

Private Methods

Method Description
Toast ( )

Method Details

Toast() public method

public Toast ( android arg0 )
arg0 android

Toast() protected method

protected Toast ( global @__env )
@__env global

cancel() public method

public cancel ( ) : void
return void

getDuration() public method

public getDuration ( ) : int
return int

getGravity() public method

public getGravity ( ) : int
return int

getHorizontalMargin() public method

public getHorizontalMargin ( ) : float
return float

getVerticalMargin() public method

public getVerticalMargin ( ) : float
return float

getView() public method

public getView ( ) : global::android.view.View
return global::android.view.View

getXOffset() public method

public getXOffset ( ) : int
return int

getYOffset() public method

public getYOffset ( ) : int
return int

makeText() public static method

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

makeText() public static method

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

makeText() public static method

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

setDuration() public method

public setDuration ( int arg0 ) : void
arg0 int
return void

setGravity() public method

public setGravity ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
return void

setMargin() public method

public setMargin ( float arg0, float arg1 ) : void
arg0 float
arg1 float
return void

setText() public method

public setText ( int arg0 ) : void
arg0 int
return void

setText() public method

public setText ( java arg0 ) : void
arg0 java
return void

setText() public method

public setText ( string arg0 ) : void
arg0 string
return void

setView() public method

public setView ( android arg0 ) : void
arg0 android
return void

show() public method

public show ( ) : void
return void