SipUri

data class SipUri(val uri: Uri) : Parcelable

Represents a SIP URI.

Constructors

Link copied to clipboard
fun SipUri(uri: Uri)

Properties

Link copied to clipboard
val uri: Uri

Functions

Link copied to clipboard
open override fun toString(): String

The SIP address is masked when the SipUri is printed.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)