C# Class Signal.Tasks.DeliveryReceiptTask

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

Protected Properties

Property Type Description
messageSender libtextsecure.TextSecureMessageSender

Public Methods

Method Description
DeliveryReceiptTask ( string destination, ulong timestamp, string relay ) : libtextsecure
OnCanceled ( ) : void
onAdded ( ) : void

Protected Methods

Method Description
Execute ( ) : string

Method Details

DeliveryReceiptTask() public method

public DeliveryReceiptTask ( string destination, ulong timestamp, string relay ) : libtextsecure
destination string
timestamp ulong
relay string
return libtextsecure

Execute() protected method

protected Execute ( ) : string
return string

OnCanceled() public method

public OnCanceled ( ) : void
return void

onAdded() public method

public onAdded ( ) : void
return void

Property Details

messageSender protected_oe property

protected TextSecureMessageSender,libtextsecure messageSender
return libtextsecure.TextSecureMessageSender