IOnlineDeviceNotification::UnregisterDeviceByChannelType

Initiate the unregister device by channel type process

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineDeviceNotificationInterface.h

Include

#include "Interfaces/OnlineDeviceNotificationInterface.h"

Syntax

void UnregisterDeviceByChannelType
(
    const FUniqueNetId & LocalUserId,
    const FString & InstanceId,
    const FString & ChannelType,
    const FOnUnregisterDeviceByChannelTypeComplete & Delegate
)

Remarks

Initiate the unregister device by channel type process

Parameters

Parameter

Description

LocalUserId

user making the request

InstanceId

the device registration token generated on the device

ChannelType

the channel being unregistered (for example: fcm)

Delegate

completion callback (guaranteed to be called)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss