VerificationSupportResult

class VerificationSupportResult : Parcelable


Represents the result of a verification support check.

Summary

Public companion properties

Parcelable.Creator<VerificationSupportResult>

Parcelable.Creator for VerificationSupportResult.

Public constructors

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

Public functions

final Int
open operator Boolean
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.

open Int
Boolean

Indicates whether the verification capability is supported.

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

Writes the object's data to a Parcel.

Inherited functions

From android.os.Parcelable
open Int

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 a Parcel.

Parameters
dest: Parcel

The Parcel in which the object should be written.

flags: Int

Additional flags about how the object should be written.