C# Class Signal.Tasks.PushSendTask

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

Public Methods

Method Description
OnCanceled ( ) : void
PushSendTask ( string destination ) : libtextsecure
onAdded ( ) : void

Protected Methods

Method Description
Execute ( ) : string
getPushAddress ( String number ) : libtextsecure.push.TextSecureAddress

Method Details

Execute() protected method

protected Execute ( ) : string
return string

OnCanceled() public method

public OnCanceled ( ) : void
return void

PushSendTask() public method

public PushSendTask ( string destination ) : libtextsecure
destination string
return libtextsecure

getPushAddress() protected method

protected getPushAddress ( String number ) : libtextsecure.push.TextSecureAddress
number String
return libtextsecure.push.TextSecureAddress

onAdded() public method

public onAdded ( ) : void
return void