|
|
void | SetApiClient (AccelByte::FApiClientPtr const &NewApiClientPtr) |
|
void | SendPing () |
|
FString | SendPrivateMessage (FSendPrivateMessageRequest const &Request, FDPersonalChatResponse OnResponse, FDErrorHandler OnError) |
|
FString | SendPartyMessage (FSendPartyMessageRequest const &Request, FDPartyChatResponse OnResponse, FDErrorHandler OnError) |
|
FString | SendJoinDefaultChannelChatRequest (FDJoinDefaultChannelChatResponse OnResponse, FDErrorHandler OnError) |
|
FString | SendChannelMessage (FSendChannelMessageRequest const &Request, FDChannelChatResponse OnResponse, FDErrorHandler OnError) |
|
void | SetPrivateMessageNotifDelegate (FDPersonalChatNotif OnNotif) |
|
void | SetMessageNotifDelegate (FDMessageNotif OnNotif) |
|
void | SetChannelMessageNotifDelegate (FDChannelChatNotif OnNotif) |
|
void | SetOnPartyChatNotification (FDPartyChatNotif OnPartyChatNotif) |