Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineDeviceNotificationInterface.h |
Include |
#include "Interfaces/OnlineDeviceNotificationInterface.h" |
void RegisterDevice
(
const FUniqueNetId & LocalUserId,
const FString & InstanceId,
const FString & ChannelType,
const FOnRegisterDeviceComplete & Delegate
)
Initiate the create/register device process
Parameter |
Description |
---|---|
LocalUserId |
user making the request |
InstanceId |
the device registration token generated on the device |
ChannelType |
the channel being registered (for example: fcm) |
Delegate |
completion callback (guaranteed to be called) |