Is it possible to check invitation from sender side?
I've requirement to grant sender when invitation is succeed
(user has installed app).
I see api for
AppInvite.AppInviteApi.updateInvitationOnInstall(mGoogleApiClient, invitationId);
But no information how to get the status.
Thanks!