You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in the SDK it says IncludeExternalUserIds is deprecated, however if I set the IncludeAliases label instead, where do I set the externalUserIds. I can't seem to find any documentation on this. Would really appreciate the help
StringMap contents = new StringMap { En = "This is a new .net test" };
PlayerNotificationTargetIncludeAliases externalIds = new PlayerNotificationTargetIncludeAliases
{
AliasLabel = new List<string> { "external_Id" },
};
var notification = new Notification(appId: "myAppid")
{
Contents = contents,
IncludeAliases =externalIds,
TargetChannel = Notification.TargetChannelEnum.Push,
Headings = new StringMap {En = "message"},
};
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Nathanrawson
changed the title
[question]: How to set ExtenralIds if IncludeExternalUserIds is deprecated
[question]: How to set ExtenralIds if IncludeExternalUserIds is deprecated for push notifications
Nov 22, 2023
How can we help?
Hi, in the SDK it says IncludeExternalUserIds is deprecated, however if I set the IncludeAliases label instead, where do I set the externalUserIds. I can't seem to find any documentation on this. Would really appreciate the help
Code of Conduct
The text was updated successfully, but these errors were encountered: