C# Класс EasyBike.Droid.Helpers.ActivityBaseEx

Наследование: AppCompatActivity
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GoBack ( ) : void

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

Защищенные методы

Метод Описание
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.

Описание методов

GoBack() публичный статический Метод

If possible, discards the current page and displays the previous page on the navigation stack.
public static GoBack ( ) : void
Результат void

OnResume() защищенный Метод

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
Результат void