mirror of
https://github.com/Stone-Red-Software/StoneRed.NetificationApi.git
synced 2026-09-04 00:36:05 +02:00
Update example project
This commit is contained in:
@@ -73,9 +73,9 @@ notificationApiClient.RequestNotifications(5);
|
|||||||
Console.WriteLine("Notifications requested");
|
Console.WriteLine("Notifications requested");
|
||||||
|
|
||||||
Console.WriteLine("Identify user");
|
Console.WriteLine("Identify user");
|
||||||
await notificationApiServer.Identify(new IdentifyUserData
|
await notificationApiServer.Identify(userId, new IdentifyUserData
|
||||||
{
|
{
|
||||||
UserId = userId
|
Email = "[email protected]"
|
||||||
});
|
});
|
||||||
Console.WriteLine("User identified");
|
Console.WriteLine("User identified");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user