stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
MediaConstraints
/
KeyValuePair
Key
Value
Pair
open
class
KeyValuePair
Simple String key/value pair.
Members
Constructors
Key
Value
Pair
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String
Functions
equals
Link copied to clipboard
open
fun
equals
(
@
Nullable
other
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String