C# Class android.app.NotificationManager

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
NotificationManager ( global @__env )

Private Methods

Méthode Description
NotificationManager ( )

Method Details

NotificationManager() protected méthode

protected NotificationManager ( global @__env )
@__env global

cancel() public méthode

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

cancel() public méthode

public cancel ( java arg0, int arg1 ) : void
arg0 java
arg1 int
Résultat void

cancelAll() public méthode

public cancelAll ( ) : void
Résultat void

notify() public méthode

public notify ( int arg0, android arg1 ) : void
arg0 int
arg1 android
Résultat void

notify() public méthode

public notify ( java arg0, int arg1, android arg2 ) : void
arg0 java
arg1 int
arg2 android
Résultat void