C# Class Signal.SignalApp

Inheritance: Windows.UI.Xaml.Application
Afficher le fichier Open project: smndtrl/Signal-UWP

Méthodes publiques

Свойство Type Description
TaskHelper Signal.Util.TaskHelper

Protected Properties

Свойство Type Description
pipe libtextsecure.TextSecureMessagePipe

Méthodes publiques

Méthode Description
SignalApp ( ) : System

Méthodes protégées

Méthode Description
InitializeUi ( ) : void
OnActivated ( IActivatedEventArgs args ) : void
OnFirstLaunch ( LaunchActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.

OnNormalLaunch ( LaunchActivatedEventArgs args ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void
RunWebsocket ( ) : void

Private Methods

Méthode Description
IsFirstLaunch ( ) : bool
OnMessageRecevied ( libtextsecure.TextSecureMessagePipe sender, libtextsecure.messages.TextSecureEnvelope envelope ) : void

Method Details

InitializeUi() protected abstract méthode

protected abstract InitializeUi ( ) : void
Résultat void

OnActivated() protected méthode

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
Résultat void

OnFirstLaunch() protected abstract méthode

protected abstract OnFirstLaunch ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void

OnLaunched() protected méthode

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs Details about the launch request and process.
Résultat void

OnNormalLaunch() protected abstract méthode

protected abstract OnNormalLaunch ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void

OnSuspending() protected abstract méthode

protected abstract OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object
e Windows.ApplicationModel.SuspendingEventArgs
Résultat void

RunWebsocket() protected méthode

protected RunWebsocket ( ) : void
Résultat void

SignalApp() public méthode

public SignalApp ( ) : System
Résultat System

Property Details

TaskHelper public_oe property

public TaskHelper,Signal.Util TaskHelper
Résultat Signal.Util.TaskHelper

pipe protected_oe property

protected TextSecureMessagePipe,libtextsecure pipe
Résultat libtextsecure.TextSecureMessagePipe