In Firebase invites, when onActivityResult() is called after sending them out, is it possible to retrieve information about those invites?
The only thing I've managed to get are the invite IDs:
String[] ids = AppInviteInvitation.getInvitationIds(resultCode, data);
But I would also like to get whether the invite was sent via email or SMS, and potentially the email address/phone number.