Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineDeviceNotification
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineDeviceNotificationInterface.h |
| Include | #include "Interfaces/OnlineDeviceNotificationInterface.h" |
void RegisterDevice
&40;
const FUniqueNetId & LocalUserId,
const FString & InstanceId,
const FString & ChannelType,
const FOnRegisterDeviceComplete & Delegate
&41;
Remarks
Initiate the create/register device process
Parameters
| Name | 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) |