SmsRetrieverStatusCodes

class SmsRetrieverStatusCodes : CommonStatusCodes


SMS Retriever specific status codes, for use in getStatusCode.

Summary

Constants

const Int

The calling application is not eligible to use this particular API.

const Int

The current Android platform does not support this particular API.

const Int

The user has not granted the calling application permission to use this particular API.

Public functions

java-static String!
getStatusCodeString(statusCode: Int)

Returns an untranslated debug string based on the given status code.

Inherited Constants

From com.google.android.gms.common.api.CommonStatusCodes
const Int
const Int
const Int
const Int
const Int
const Int
ERROR = 13
const Int
const Int
const Int
const Int
const Int
const Int
const Int
const Int
const Int

This property is deprecated.

const Int

This property is deprecated.

const Int
const Int
const Int
const Int
TIMEOUT = 15

Inherited functions

From com.google.android.gms.common.api.CommonStatusCodes
java-static String!
getStatusCodeString(statusCode: Int)

Constants

API_NOT_AVAILABLE

const val API_NOT_AVAILABLE = 36501: Int

The calling application is not eligible to use this particular API.

Note: For com.google.android.gms.auth.api.phone.SmsCodeAutofillClient, this status indicates that the calling application is not the current user-designated autofill service. For SmsCodeBrowserClient, it indicates that the caller is not the system default browser app.

PLATFORM_NOT_SUPPORTED

const val PLATFORM_NOT_SUPPORTED = 36500: Int

The current Android platform does not support this particular API.

USER_PERMISSION_REQUIRED

const val USER_PERMISSION_REQUIRED = 36502: Int

The user has not granted the calling application permission to use this particular API.

Public functions

getStatusCodeString

java-static fun getStatusCodeString(statusCode: Int): String!

Returns an untranslated debug string based on the given status code.