isRemoteRead property
getter/setter pair
判断自己发送的消息对方是否已读
只有当当前消息为 NIMSessionType.p2p 消息且 NIMMessageDirection.outgoing 为 true
Implementation
bool? isRemoteRead;
判断自己发送的消息对方是否已读
只有当当前消息为 NIMSessionType.p2p 消息且 NIMMessageDirection.outgoing 为 true
bool? isRemoteRead;