Builder

class Builder : ProguardKeep(source)

Builder class for StateMessage.

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@ObjCName(name = "address")
fun addressLocal(@ObjCName(name = "local") address: String): StateMessage.Builder
Link copied to clipboard
@ObjCName(name = "address")
fun addressRemote(@ObjCName(name = "remote") address: String): StateMessage.Builder
Link copied to clipboard
Link copied to clipboard

Constructs the StateMessage based on the provided properties.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ObjCName(name = "displayName")
fun displayNameRemote(@ObjCName(name = "remote") displayName: String): StateMessage.Builder
Link copied to clipboard
Link copied to clipboard