NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
v2::V2NIMLoginDetailListener结构体 参考

#include <v2_nim_def_callback.hpp>

Public 成员函数

bool operator== (const V2NIMLoginDetailListener &other) const
 

Public 属性

nstd::function< void(V2NIMConnectStatus)> onConnectStatus
 连接状态变更
 
nstd::function< void(nstd::optional< V2NIMError >)> onDisconnected
 连接断开
 
nstd::function< void(V2NIMError)> onConnectFailed
 连接失败
 
nstd::function< void(V2NIMDataSyncType, V2NIMDataSyncState, nstd::optional< V2NIMError >)> onDataSync
 数据同步
 

成员函数说明

◆ operator==()

bool v2::V2NIMLoginDetailListener::operator== ( const V2NIMLoginDetailListener other) const
inline

类成员变量说明

◆ onConnectFailed

nstd::function<void(V2NIMError)> v2::V2NIMLoginDetailListener::onConnectFailed

连接失败

◆ onConnectStatus

nstd::function<void(V2NIMConnectStatus)> v2::V2NIMLoginDetailListener::onConnectStatus

连接状态变更

◆ onDataSync

nstd::function<void(V2NIMDataSyncType, V2NIMDataSyncState, nstd::optional<V2NIMError>)> v2::V2NIMLoginDetailListener::onDataSync

数据同步

◆ onDisconnected

nstd::function<void(nstd::optional<V2NIMError>)> v2::V2NIMLoginDetailListener::onDisconnected

连接断开


该结构体的文档由以下文件生成: