C# Class android.app.Notification

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

Méthodes publiques

Méthode Description
Notification ( android arg0 )
Notification ( int arg0, java arg1, long arg2 )
describeContents ( ) : int
setLatestEventInfo ( android arg0, java arg1, java arg2, android arg3 ) : void
setLatestEventInfo ( android arg0, string arg1, string arg2, android arg3 ) : void
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
Notification ( global @__env )

Private Methods

Méthode Description
Notification ( )

Method Details

Notification() public méthode

public Notification ( android arg0 )
arg0 android

Notification() protected méthode

protected Notification ( global @__env )
@__env global

Notification() public méthode

public Notification ( int arg0, java arg1, long arg2 )
arg0 int
arg1 java
arg2 long

describeContents() public méthode

public describeContents ( ) : int
Résultat int

setLatestEventInfo() public méthode

public setLatestEventInfo ( android arg0, java arg1, java arg2, android arg3 ) : void
arg0 android
arg1 java
arg2 java
arg3 android
Résultat void

setLatestEventInfo() public méthode

public setLatestEventInfo ( android arg0, string arg1, string arg2, android arg3 ) : void
arg0 android
arg1 string
arg2 string
arg3 android
Résultat void

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String

writeToParcel() public méthode

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