SMS Retriever specific status codes, for use in getStatusCode().
| int | API_NOT_AVAILABLE | The calling application is not eligible to use this particular API. |
| int | PLATFORM_NOT_SUPPORTED | The current Android platform does not support this particular API. |
| int | USER_PERMISSION_REQUIRED | The user has not granted the calling application permission to use this particular API. |
| static String |
getStatusCodeString(int statusCode)
Returns an untranslated debug string based on the given status code.
|
The calling application is not eligible to use this particular API.
Note: For SmsCodeAutofillClient,
this status indicates that the calling application is not the current user-designated
autofill service.
The current Android platform does not support this particular API.
The user has not granted the calling application permission to use this particular API.
Returns an untranslated debug string based on the given status code.