C# Class EasyBike.Droid.Helpers.ActivityBaseEx

Inheritance: AppCompatActivity
Mostrar archivo Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GoBack ( ) : void

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

Protected Methods

Method 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 method

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

OnResume() protected method

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
return void