C# Class android.app.NotificationManager

Inheritance: java.lang.Object
显示文件 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
cancel ( int arg0 ) : void
cancel ( java arg0, int arg1 ) : void
cancelAll ( ) : void
notify ( int arg0, android arg1 ) : void
notify ( java arg0, int arg1, android arg2 ) : void

Protected Methods

Method Description
NotificationManager ( global @__env )

Private Methods

Method Description
NotificationManager ( )

Method Details

NotificationManager() protected method

protected NotificationManager ( global @__env )
@__env global

cancel() public method

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

cancel() public method

public cancel ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

cancelAll() public method

public cancelAll ( ) : void
return void

notify() public method

public notify ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

notify() public method

public notify ( java arg0, int arg1, android arg2 ) : void
arg0 java
arg1 int
arg2 android
return void