Update example project

This commit is contained in:
Stone_Red
2024-03-11 20:03:14 +01:00
parent d2149081f6
commit e6f7f88785
@@ -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");