sippo-sdk / com.quobis.sippo.sipposdk.common / Participant / Pstn

Pstn

data class Pstn : Participant

A participant from pstn.

Types

CREATOR

companion object CREATOR : Creator<Participant.Pstn>

Constructors

<init>

Pstn(parcel: Parcel)Pstn(phone: String)

A participant from pstn.

Properties

id

val id: String

Participant id.

name

val name: String

Participant name.

phone

var phone: String

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(parcel: Parcel, flags: Int): Unit

Companion Object Functions

createFromParcel

fun createFromParcel(parcel: Parcel): Participant.Pstn

newArray

fun newArray(size: Int): Array<Participant.Pstn?>