toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
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