Stay organized with collections
Save and categorize content based on your preferences.
public interface InstanceIdResult
This interface is deprecated.
Firebase Instance ID has been replaced with FirebaseInstallations
for app instance identifiers and FirebaseMessaging.getToken() for FCM
registration tokens.
Result object obtained from requests for an Instance ID and token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-12-17 UTC."],[],[],null,["public interface **InstanceIdResult** \n**This interface is deprecated.** \n\nFirebase Instance ID has been replaced with [FirebaseInstallations](/docs/reference/android/com/google/firebase/installations/FirebaseInstallations)\nfor app instance identifiers and `FirebaseMessaging.getToken()` for FCM\nregistration tokens.\n\nResult object obtained from requests for an Instance ID and token. \n\nPublic Method Summary\n\nPublic Methods \n\npublic abstract [String](//developer.android.com/reference/java/lang/String.html) **getId** () \nReturns the stable identifier that uniquely identifies this application\ninstance. \n\npublic abstract [String](//developer.android.com/reference/java/lang/String.html) **getToken** () \nReturns the token that authorizes performing actions on behalf of this application\ninstance.\n\nFor example, this token authorizes sending messages via Firebase Cloud\nMessaging."]]