C# Class JabbrMobile.LoadingBar.LoadingBarController

Inheritance: Android.Animation.AnimatorListenerAdapter
Afficher le fichier Open project: Redth/JabbRIsMobile

Méthodes publiques

Méthode Description
HideBar ( bool immediate = false ) : void
LoadingBarController ( Android.Views.View flashBarView ) : System
OnAnimationEnd ( Android.Animation.Animator animation ) : void
ShowBar ( string message ) : void

Method Details

HideBar() public méthode

public HideBar ( bool immediate = false ) : void
immediate bool
Résultat void

LoadingBarController() public méthode

public LoadingBarController ( Android.Views.View flashBarView ) : System
flashBarView Android.Views.View
Résultat System

OnAnimationEnd() public méthode

public OnAnimationEnd ( Android.Animation.Animator animation ) : void
animation Android.Animation.Animator
Résultat void

ShowBar() public méthode

public ShowBar ( string message ) : void
message string
Résultat void