AppInviteReferral 已弃用。有其他选择吗?

AppInviteReferral is deprecated. Is there an alternative?

我正在关注 https://developers.google.com/android/reference/com/google/android/gms/appinvite/AppInviteInvitation.IntentBuilder

中的 Firebase 邀请教程

很多代码依赖于已弃用的 类。有没有替代品 'new' 类 和 apis.

你只需要看看 docs:

This class was deprecated.

Use FirebaseAppInvite, returned by getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData), which holds the deep link and invitation id.