标签: android firebase firebase-invites
我正在关注https://developers.google.com/android/reference/com/google/android/gms/appinvite/AppInviteInvitation.IntentBuilder
很多代码都依赖于弃用的类。有没有其他新的'课程和apis。
答案 0 :(得分:1)
您只需要查看docs:
此类已被弃用。 使用FirebaseAppInvite,返回 getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData), 它包含深层链接和邀请ID。
此类已被弃用。
使用FirebaseAppInvite,返回 getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData), 它包含深层链接和邀请ID。
FirebaseAppInvite
getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData)