-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
- Operating System version: Win 10 22H2
- Firebase SDK version: 2.4.0
- Firebase Product: Messaging
- .NET version: Framework 4.7
BatchResponse result = await messaging.SendMulticastAsync(message);
MulticastMessage has a List of tokens, SendMulticastAsync returns a BatchResponse with a list of message ids of succedded messages or exceptions of failed ones. BatchResponse could return the token string in each response, so we could associate each device token with success or failure.
474D