Stream Chat Unreal SDK
|
A push notification device. More...
#include <Device.h>
Public Member Functions | |
FDevice (const FDeviceDto &, UUserManager *) | |
Public Attributes | |
FDateTime | CreatedAt = FDateTime{0} |
Date/time of creation. | |
FDateTime | UpdatedAt = FDateTime{0} |
Date/time of the last update. | |
bool | bDisabled = false |
Whether device is disabled on not. | |
FString | DisabledReason |
Reason explaining why device had been disabled. | |
FString | Id |
Device ID. | |
EPushProvider | PushProvider = EPushProvider::Firebase |
Push provider. | |
FUserRef | User |
A push notification device.