C# Class Signal.SignalApp

Inheritance: Windows.UI.Xaml.Application
Datei anzeigen Open project: smndtrl/Signal-UWP

Public Properties

Property Type Description
TaskHelper Signal.Util.TaskHelper

Protected Properties

Property Type Description
pipe libtextsecure.TextSecureMessagePipe

Public Methods

Method Description
SignalApp ( ) : System

Protected Methods

Method 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

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

Method Details

InitializeUi() protected abstract method

protected abstract InitializeUi ( ) : void
return void

OnActivated() protected method

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
return void

OnFirstLaunch() protected abstract method

protected abstract OnFirstLaunch ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnLaunched() protected method

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

OnNormalLaunch() protected abstract method

protected abstract OnNormalLaunch ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnSuspending() protected abstract method

protected abstract OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object
e Windows.ApplicationModel.SuspendingEventArgs
return void

RunWebsocket() protected method

protected RunWebsocket ( ) : void
return void

SignalApp() public method

public SignalApp ( ) : System
return System

Property Details

TaskHelper public_oe property

public TaskHelper,Signal.Util TaskHelper
return Signal.Util.TaskHelper

pipe protected_oe property

protected TextSecureMessagePipe,libtextsecure pipe
return libtextsecure.TextSecureMessagePipe