Added in API level 28

CellIdentity

abstract class CellIdentity : Parcelable
kotlin.Any
   ↳ android.telephony.CellIdentity

CellIdentity represents the identity of a unique cell. This is the base class for CellIdentityXxx which represents cell identity for specific network access technology.

Summary

Inherited constants
Public methods
open Int

Implement the Parcelable interface

open Boolean
equals(other: Any?)

open CharSequence?

open CharSequence?

open Int

Properties
static Parcelable.Creator<CellIdentity!>

Implement the Parcelable interface

Public methods

describeContents

Added in API level 28
open fun describeContents(): Int

Implement the Parcelable interface

Return
Int a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0 or android.os.Parcelable#CONTENTS_FILE_DESCRIPTOR

equals

Added in API level 28
open fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if this object is the same as the obj argument; false otherwise.

getOperatorAlphaLong

Added in API level 28
open fun getOperatorAlphaLong(): CharSequence?
Return
CharSequence? The long alpha tag associated with the current scan result (may be the operator name string or extended operator name string). May be null if unknown.

getOperatorAlphaShort

Added in API level 28
open fun getOperatorAlphaShort(): CharSequence?
Return
CharSequence? The short alpha tag associated with the current scan result (may be the operator name string or extended operator name string). May be null if unknown.

hashCode

Added in API level 28
open fun hashCode(): Int
Return
Int a hash code value for this object.

Properties

CREATOR

Added in API level 28
static val CREATOR: Parcelable.Creator<CellIdentity!>

Implement the Parcelable interface