firebase:: invites:: SendInviteResult
#include <invites.h>
Results from calling SendInvite() to send an invitation.
Summary
This will be returned by SendInvite() inside a Future
Public attributes |
|
|---|---|
invitation_ids
|
std::vector< std::string >
The Invitation IDs we sent invites to, if any.
|
Public attributes
invitation_ids
std::vector< std::string > firebase::invites::SendInviteResult::invitation_ids
The Invitation IDs we sent invites to, if any.
If this is empty, it means the user either chose to back out of the sending UI without sending invitations (Error() == 0) or something went wrong (Error() != 0).
If this is nonempty, then these invitation IDs will match the invitation IDs on the receiving side, which may be helpful for analytics purposes.

