Google App Invites: Tracking Invites
问题 I'm trying to understand this part of the guide (https://developers.google.com/app-invites/android/guides/app): Tracking Invitations After your app has received an invitation and taken the intended actions, it should call the updateInvitationOnAppInstalled method to mark the invitation as successful: private void updateInvitationStatus(Intent intent) { String invitationId = AppInviteReferral.getInvitationId(intent); // Note: these calls return PendingResult(s), so one could also wait to see /