Package io.rong.imlib
Class NativeObject.ReceiptInfo
-
- All Implemented Interfaces:
public class NativeObject.ReceiptInfo
-
-
Constructor Summary
Constructors Constructor Description NativeObject.ReceiptInfo()
-
Method Summary
Modifier and Type Method Description Array<byte>
getTargetId()
void
setTargetId(Array<byte> targetId)
long
getTimestamp()
void
setTimestamp(long timestamp)
-
-
Method Detail
-
getTargetId
Array<byte> getTargetId()
-
setTargetId
void setTargetId(Array<byte> targetId)
-
getTimestamp
long getTimestamp()
-
setTimestamp
void setTimestamp(long timestamp)
-
-
-
-