Skip to content

FR: BatchResponse could return token of each messageΒ #364

@TupaNegreiros

Description

@TupaNegreiros
  • 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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions