Stream Chat Unreal SDK
|
Interface to a Stream Chat WebSocket connection. More...
#include <IChatSocket.h>
Inherits TSharedFromThis< IChatSocket >.
Inherited by FChatSocket.
Public Member Functions | |
virtual void | Connect (TFunction< void(const FOwnUserDto &)> Callback)=0 |
virtual void | Disconnect ()=0 |
virtual bool | IsConnected () const =0 |
virtual const FString & | GetConnectionId () const =0 |
virtual FChatSocketEvents & | Events ()=0 |
Static Public Member Functions | |
static TSharedRef< IChatSocket > | Create (const TSharedRef< FTokenManager > &, const FString &ApiKey, const FString &Host, const FUserObjectDto &User) |
Interface to a Stream Chat WebSocket connection.