C# Class Signal.Tasks.PushContentReceiveTask

Inheritance: PushReceivedTask
Datei anzeigen Open project: smndtrl/Signal-UWP Class Usage Examples

Public Methods

Method Description
PushContentReceiveTask ( ) : libtextsecure
PushContentReceiveTask ( string data ) : libtextsecure
onAdded ( ) : void

Protected Methods

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

Method Details

Execute() protected method

protected Execute ( ) : string
return string

ExecuteAsync() protected method

protected ExecuteAsync ( ) : Task
return Task

PushContentReceiveTask() public method

public PushContentReceiveTask ( ) : libtextsecure
return libtextsecure

PushContentReceiveTask() public method

public PushContentReceiveTask ( string data ) : libtextsecure
data string
return libtextsecure

onAdded() public method

public onAdded ( ) : void
return void