ServiceCallIdentifier

data class ServiceCallIdentifier(serviceId: String, callId: String)

Functions

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

Properties

callId
Link copied to clipboard
common
val callId: String
serviceId
Link copied to clipboard
common
val serviceId: String