C# Class AppManager, NewCloud

Afficher le fichier Open project: nileshlg2003/NewCloud Class Usage Examples

Méthodes publiques

Свойство Type Description
TitleForAboutPage string
mActiveViewType ViewType
m_UIEventHandler UIEventHandler

Méthodes publiques

Méthode Description
Draw ( ) : void
InitManager ( ) : void
OnApplicationPause ( bool tf ) : void
UpdateManager ( ) : void

Private Methods

Méthode Description
LoadAboutPageForFirstTime ( ) : IEnumerator
OnAboutStartButtonTapped ( ) : void
OnBackButtonTapped ( ) : void
OnDoubleTapped ( ) : void
OnSingleTapped ( ) : void
OnTappedOnCloseButton ( ) : void
OnTappedOnGoToAboutPage ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

InitManager() public méthode

public InitManager ( ) : void
Résultat void

OnApplicationPause() public méthode

public OnApplicationPause ( bool tf ) : void
tf bool
Résultat void

UpdateManager() public méthode

public UpdateManager ( ) : void
Résultat void

Property Details

TitleForAboutPage public_oe property

public string TitleForAboutPage
Résultat string

mActiveViewType public_oe static_oe property

public static ViewType mActiveViewType
Résultat ViewType

m_UIEventHandler public_oe property

public UIEventHandler m_UIEventHandler
Résultat UIEventHandler