C# Class Signal.Tasks.PushTextSendTask

Inheritance: PushSendTask
Datei anzeigen Open project: smndtrl/Signal-UWP

Protected Properties

Property Type Description
messageSender libtextsecure.TextSecureMessageSender

Public Methods

Method Description
OnCanceled ( ) : void
PushTextSendTask ( long messageId, string destination ) : libtextsecure
onAdded ( ) : void

Protected Methods

Method Description
Execute ( ) : string
ExecuteAsync ( ) : Task

Private Methods

Method Description
deliver ( TextMessageRecord message ) : System.Threading.Tasks.Task

Method Details

Execute() protected method

protected Execute ( ) : string
return string

ExecuteAsync() protected method

protected ExecuteAsync ( ) : Task
return Task

OnCanceled() public method

public OnCanceled ( ) : void
return void

PushTextSendTask() public method

public PushTextSendTask ( long messageId, string destination ) : libtextsecure
messageId long
destination string
return libtextsecure

onAdded() public method

public onAdded ( ) : void
return void

Property Details

messageSender protected_oe property

protected TextSecureMessageSender,libtextsecure messageSender
return libtextsecure.TextSecureMessageSender