C# Class Signal.Messages.OutgoingMediaMessage

Mostra file Open project: smndtrl/Signal-UWP Class Usage Examples

Public Methods

Method Description
OutgoingMediaMessage ( OutgoingMediaMessage that ) : TextSecure.recipient
getDistributionType ( ) : int
getRecipients ( ) : Recipients
isGroup ( ) : bool
isSecure ( ) : bool

Method Details

OutgoingMediaMessage() public method

public OutgoingMediaMessage ( OutgoingMediaMessage that ) : TextSecure.recipient
that OutgoingMediaMessage
return TextSecure.recipient

getDistributionType() public method

public getDistributionType ( ) : int
return int

getRecipients() public method

public getRecipients ( ) : Recipients
return TextSecure.recipient.Recipients

isGroup() public method

public isGroup ( ) : bool
return bool

isSecure() public method

public isSecure ( ) : bool
return bool