C# Class EasyBike.Droid.Helpers.ActivityBaseEx

Inheritance: AppCompatActivity
Afficher le fichier Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GoBack ( ) : void

If possible, discards the current page and displays the previous page on the navigation stack.

Méthodes protégées

Méthode Description
OnResume ( ) : void

Overrides Activity.OnResume. If you override this method in your own Activities, make sure to call base.OnResume to allow the NavigationService to work properly.

Method Details

GoBack() public static méthode

If possible, discards the current page and displays the previous page on the navigation stack.
public static GoBack ( ) : void
Résultat void

OnResume() protected méthode

Overrides Activity.OnResume. If you override this method in your own Activities, make sure to call base.OnResume to allow the NavigationService to work properly.
protected OnResume ( ) : void
Résultat void