STWPhone

class STWPhone(    val id: Int?,     val systemContactID: Long?,     val internationalNumber: String,     val phoneType: Int,     val geolocationLatitude: Double? = null,     val geolocationLongitude: Double? = null,     val geolocationAccuracy: Long? = null,     val geolocationAddress: String? = null,     val geolocationSpeed: Long = PhonesEntity.TableInfo.DEFAULT_GEOLOCATION_SPEED,     val lastSubscriberDataDate: String? = null,     val userAvailability: Long = UserAvailability.AVAILABILITY_UNKNOWN,     val batteryLevel: Long? = null,     val signalStrength: Long? = null,     val networkType: String? = null,     val batteryNetworkDate: String? = null,     val phoneSubType: Long = PhoneSubType.TYPE_USER,     val geolocationErrorReason: Long = GeolocationErrorReason.GEOLOCATION_ERROR_DEFAULT_REASON,     val geolocationErrorReasonDate: String? = null,     val geolocationErrorReasonAccuracy: Long? = null,     val operationalStatus: Long = PhonesEntity.TableInfo.DEFAULT_OPERATIONAL_STATUS_ID,     val roleIcon: Long = PhonesEntity.TableInfo.DEFAULT_ROLE_ICON_ID,     val userStatus: Long = UserStatus.STATUS_CONNECTED,     val fqdn: String? = null) : Parcelable

Constructors

Link copied to clipboard
fun STWPhone(parcel: Parcel)
Link copied to clipboard
fun STWPhone(    id: Int?,     systemContactID: Long?,     internationalNumber: String,     phoneType: Int,     geolocationLatitude: Double? = null,     geolocationLongitude: Double? = null,     geolocationAccuracy: Long? = null,     geolocationAddress: String? = null,     geolocationSpeed: Long = PhonesEntity.TableInfo.DEFAULT_GEOLOCATION_SPEED,     lastSubscriberDataDate: String? = null,     userAvailability: Long = UserAvailability.AVAILABILITY_UNKNOWN,     batteryLevel: Long? = null,     signalStrength: Long? = null,     networkType: String? = null,     batteryNetworkDate: String? = null,     phoneSubType: Long = PhoneSubType.TYPE_USER,     geolocationErrorReason: Long = GeolocationErrorReason.GEOLOCATION_ERROR_DEFAULT_REASON,     geolocationErrorReasonDate: String? = null,     geolocationErrorReasonAccuracy: Long? = null,     operationalStatus: Long = PhonesEntity.TableInfo.DEFAULT_OPERATIONAL_STATUS_ID,     roleIcon: Long = PhonesEntity.TableInfo.DEFAULT_ROLE_ICON_ID,     userStatus: Long = UserStatus.STATUS_CONNECTED,     fqdn: String? = null)

Types

Link copied to clipboard
object CREATOR : Parcelable.Creator<STWPhone>

Properties

Link copied to clipboard
val batteryLevel: Long? = null
Link copied to clipboard
val batteryNetworkDate: String? = null
Link copied to clipboard
val fqdn: String? = null
Link copied to clipboard
val geolocationAccuracy: Long? = null
Link copied to clipboard
val geolocationAddress: String? = null
Link copied to clipboard
val geolocationErrorReason: Long
Link copied to clipboard
val geolocationErrorReasonAccuracy: Long? = null
Link copied to clipboard
val geolocationErrorReasonDate: String? = null
Link copied to clipboard
val geolocationLatitude: Double? = null
Link copied to clipboard
val geolocationLongitude: Double? = null
Link copied to clipboard
val geolocationSpeed: Long
Link copied to clipboard
val id: Int?
Link copied to clipboard
val internationalNumber: String
Link copied to clipboard
val lastSubscriberDataDate: String? = null
Link copied to clipboard
val networkType: String? = null
Link copied to clipboard
val operationalStatus: Long
Link copied to clipboard
val phoneSubType: Long
Link copied to clipboard
val phoneType: Int
Link copied to clipboard
val roleIcon: Long
Link copied to clipboard
val signalStrength: Long? = null
Link copied to clipboard
val systemContactID: Long?
Link copied to clipboard
var systemPhoneType: Int
Link copied to clipboard
val userAvailability: Long
Link copied to clipboard
val userStatus: Long

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getDisplayNumber(context: Context): String?
Link copied to clipboard
fun getSystemPhoneType(): String
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun isMe(context: Context): Boolean
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)