C# Class Discuz.Droid.Services.Hud

Inheritance: IToast
显示文件 Open project: gruan01/Discuz.Mobi

Public Methods

Method Description
Close ( ) : void
Show ( string msg ) : void
ShowToast ( string msg, int delay = 1000 ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Show() public method

public Show ( string msg ) : void
msg string
return void

ShowToast() public method

public ShowToast ( string msg, int delay = 1000 ) : void
msg string
delay int
return void