VerificationSupportResult

classVerificationSupportResult :Parcelable


Represents the result of a verification support check.

Summary

Public companion properties

Parcelable.Creator<VerificationSupportResult>

Parcelable.Creator forVerificationSupportResult.

Public constructors

VerificationSupportResult(
    simSlotIndex: Int,
    carrierId: String,
    reason: Int
)

Public functions

finalInt
open operatorBoolean
equals(other: Any?)
String

Returns the operator name of the SIM card.

Int

Returns the capability status of the SIM card.

Int

Returns the index of the SIM slot.

openInt
Boolean

Indicates whether the verification capability is supported.

openUnit
writeToParcel(dest: Parcel, flags: Int)

Writes the object's data to aParcel.

Inherited functions

Fromandroid.os.Parcelable

Public companion properties

Public constructors

VerificationSupportResult

VerificationSupportResult(
    simSlotIndex: Int,
    carrierId: String,
    reason: Int
)

Public functions

describeContents

final fun describeContents(): Int

equals

open operator fun equals(other: Any?): Boolean

getCarrierId

fun getCarrierId(): String

Returns the operator name of the SIM card.

Returns
String

The operator name of the SIM card.

getReason

fun getReason(): Int

Returns the capability status of the SIM card.

Returns
Int

The capability status of the SIM card.

getSimSlot

fun getSimSlot(): Int

Returns the index of the SIM slot.

Returns
Int

The index of the SIM slot.

hashCode

open fun hashCode(): Int

isSupported

fun isSupported(): Boolean

Indicates whether the verification capability is supported.

Returns
Boolean

true if the capability is supported,false otherwise.

writeToParcel

open fun writeToParcel(dest: Parcel, flags: Int): Unit

Writes the object's data to aParcel.

Parameters
dest: Parcel

TheParcel in which the object should be written.

flags: Int

Additional flags about how the object should be written.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-15 UTC.