ReceiveMessageSessionCallback typedef

ReceiveMessageSessionCallback = void Function(NECustomSessionMessage sessionCustomMessage)

IM自定义消息回调 sessionCustomMessage 自定义会话消息

Implementation

typedef ReceiveMessageSessionCallback = void Function(
    NECustomSessionMessage sessionCustomMessage);