Builder

class Builder : ProguardKeep(source)

Builder class for SipMessage.

Provides a fluent API to set various properties for the SipMessage and then build it.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Constructs the SipMessage based on the provided properties.

Link copied to clipboard
fun message(@ObjCName(name = "_") message: String): SipMessage.Builder

Sent or received SIP message, mandatory property

Link copied to clipboard