C# 클래스 Signal.Messages.IncomingTextMessage

파일 보기 프로젝트 열기: smndtrl/Signal-UWP 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IncomingTextMessage ( IncomingTextMessage message, String newBody ) : System
IncomingTextMessage ( List fragments ) : System
IncomingTextMessage ( String sender, uint senderDeviceId, ulong sentTimestampMillis, String encodedBody, May group ) : System
describeContents ( ) : int
getMessageBody ( ) : String
getProtocol ( ) : int
getPseudoSubject ( ) : String
getSender ( ) : String
getSenderDeviceId ( ) : uint
getServiceCenterAddress ( ) : String
isPreKeyBundle ( ) : bool
isReplyPathPresent ( ) : bool
isSecureMessage ( ) : bool
withMessageBody ( String message ) : IncomingTextMessage

보호된 메소드들

메소드 설명
IncomingTextMessage ( String sender, String groupId ) : System

메소드 상세

IncomingTextMessage() 공개 메소드

public IncomingTextMessage ( IncomingTextMessage message, String newBody ) : System
message IncomingTextMessage
newBody String
리턴 System

IncomingTextMessage() 공개 메소드

public IncomingTextMessage ( List fragments ) : System
fragments List
리턴 System

IncomingTextMessage() 보호된 메소드

protected IncomingTextMessage ( String sender, String groupId ) : System
sender String
groupId String
리턴 System

IncomingTextMessage() 공개 메소드

public IncomingTextMessage ( String sender, uint senderDeviceId, ulong sentTimestampMillis, String encodedBody, May group ) : System
sender String
senderDeviceId uint
sentTimestampMillis ulong
encodedBody String
group May
리턴 System

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

getMessageBody() 공개 메소드

public getMessageBody ( ) : String
리턴 String

getProtocol() 공개 메소드

public getProtocol ( ) : int
리턴 int

getPseudoSubject() 공개 메소드

public getPseudoSubject ( ) : String
리턴 String

getSender() 공개 메소드

public getSender ( ) : String
리턴 String

getSenderDeviceId() 공개 메소드

public getSenderDeviceId ( ) : uint
리턴 uint

getServiceCenterAddress() 공개 메소드

public getServiceCenterAddress ( ) : String
리턴 String

isPreKeyBundle() 공개 메소드

public isPreKeyBundle ( ) : bool
리턴 bool

isReplyPathPresent() 공개 메소드

public isReplyPathPresent ( ) : bool
리턴 bool

isSecureMessage() 공개 메소드

public isSecureMessage ( ) : bool
리턴 bool

withMessageBody() 공개 메소드

public withMessageBody ( String message ) : IncomingTextMessage
message String
리턴 IncomingTextMessage