STWSubscriberDetails

class STWSubscriberDetails : Parcelable

Constructors

Link copied to clipboard
fun STWSubscriberDetails(parcel: Parcel)
Link copied to clipboard
fun STWSubscriberDetails(_subscriber: STWSingleContact?, _groups: List<STWGroup>?)
Link copied to clipboard
fun STWSubscriberDetails()

Types

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

Properties

Link copied to clipboard
var groups: List<STWGroup>? = null
Link copied to clipboard
var subscriber: STWSingleContact? = null

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)