getPrivateMessageDeliverTime

public abstract void getPrivateMessageDeliverTime(String uid, String channelId, IRongCoreCallback.ResultCallback<Long> callback)

Get the delivery time of a specific message in a one-to-one chat

Since

SDK 5.1.7

Parameters

channelId

The business identifier of the conversation to which the message belongs.

uid

The message UID getUId

callback

Callback to retrieve the delivery time of the message in a one-to-one chat. The callback returns the delivery time in milliseconds.