C# Класс Signal.App

Provides application-specific behavior to supplement the default Application class.
Наследование: SignalApp
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
accountManager libtextsecure.TextSecureAccountManager

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

Метод Описание
App ( ) : Bezysoftware.Navigation.BackButton

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

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

Метод Описание
InitializeUi ( ) : void
OnFirstLaunch ( LaunchActivatedEventArgs e ) : void
OnNormalLaunch ( LaunchActivatedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.

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

App() публичный Метод

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : Bezysoftware.Navigation.BackButton
Результат Bezysoftware.Navigation.BackButton

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

protected InitializeUi ( ) : void
Результат void

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

protected OnFirstLaunch ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Результат void

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

protected OnNormalLaunch ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Результат void

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

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.
protected OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object The source of the suspend request.
e Windows.ApplicationModel.SuspendingEventArgs Details about the suspend request.
Результат void

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

accountManager публичное свойство

public TextSecureAccountManager,libtextsecure accountManager
Результат libtextsecure.TextSecureAccountManager