C# Class android.os.Looper

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

Méthodes publiques

Méthode Description
dump ( android arg0, java arg1 ) : void
dump ( global arg0, java arg1 ) : void
getMainLooper ( ) : global::android.os.Looper
getThread ( ) : global::java.lang.Thread
loop ( ) : void
myLooper ( ) : global::android.os.Looper
myQueue ( ) : global::android.os.MessageQueue
prepare ( ) : void
prepareMainLooper ( ) : void
quit ( ) : void
setMessageLogging ( android arg0 ) : void
setMessageLogging ( global arg0 ) : void
toString ( ) : global::java.lang.String

Méthodes protégées

Méthode Description
Looper ( global @__env )

Private Methods

Méthode Description
Looper ( )

Method Details

Looper() protected méthode

protected Looper ( global @__env )
@__env global

dump() public méthode

public dump ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Résultat void

dump() public méthode

public dump ( global arg0, java arg1 ) : void
arg0 global
arg1 java
Résultat void

getMainLooper() public static méthode

public static getMainLooper ( ) : global::android.os.Looper
Résultat global::android.os.Looper

getThread() public méthode

public getThread ( ) : global::java.lang.Thread
Résultat global::java.lang.Thread

loop() public static méthode

public static loop ( ) : void
Résultat void

myLooper() public static méthode

public static myLooper ( ) : global::android.os.Looper
Résultat global::android.os.Looper

myQueue() public static méthode

public static myQueue ( ) : global::android.os.MessageQueue
Résultat global::android.os.MessageQueue

prepare() public static méthode

public static prepare ( ) : void
Résultat void

prepareMainLooper() public static méthode

public static prepareMainLooper ( ) : void
Résultat void

quit() public méthode

public quit ( ) : void
Résultat void

setMessageLogging() public méthode

public setMessageLogging ( android arg0 ) : void
arg0 android
Résultat void

setMessageLogging() public méthode

public setMessageLogging ( global arg0 ) : void
arg0 global
Résultat void

toString() public méthode

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