C# Class Sino.Droid.AppMsg.MsgManager

Inheritance: Android.OS.Handler
Afficher le fichier Open project: CSharpCross/AppMsg Class Usage Examples

Méthodes publiques

Méthode Description
Add ( AppMsg appMsg ) : void
ClearAll ( ) : void
ClearAllMsg ( ) : void
ClearMsg ( AppMsg appMsg ) : void
ClearShowing ( ) : void
EnsureReleaseOnDestroy ( Android.App.Activity activity ) : void
HandleMessage ( Android.OS.Message msg ) : void
ObTain ( Android.App.Activity activity ) : MsgManager
ObTainShowing ( Queue from, Queue appendTo ) : void
Release ( Android.App.Activity activity ) : void
RemoveMsg ( AppMsg appMsg ) : void

Private Methods

Méthode Description
AddMsgToView ( AppMsg appMsg ) : void
DisplayMsg ( ) : void
MsgManager ( ) : System

Method Details

Add() public méthode

public Add ( AppMsg appMsg ) : void
appMsg AppMsg
Résultat void

ClearAll() public static méthode

public static ClearAll ( ) : void
Résultat void

ClearAllMsg() public méthode

public ClearAllMsg ( ) : void
Résultat void

ClearMsg() public méthode

public ClearMsg ( AppMsg appMsg ) : void
appMsg AppMsg
Résultat void

ClearShowing() public méthode

public ClearShowing ( ) : void
Résultat void

EnsureReleaseOnDestroy() public static méthode

public static EnsureReleaseOnDestroy ( Android.App.Activity activity ) : void
activity Android.App.Activity
Résultat void

HandleMessage() public méthode

public HandleMessage ( Android.OS.Message msg ) : void
msg Android.OS.Message
Résultat void

ObTain() public static méthode

public static ObTain ( Android.App.Activity activity ) : MsgManager
activity Android.App.Activity
Résultat MsgManager

ObTainShowing() public static méthode

public static ObTainShowing ( Queue from, Queue appendTo ) : void
from Queue
appendTo Queue
Résultat void

Release() public static méthode

public static Release ( Android.App.Activity activity ) : void
activity Android.App.Activity
Résultat void

RemoveMsg() public méthode

public RemoveMsg ( AppMsg appMsg ) : void
appMsg AppMsg
Résultat void