com.opentok.SignalProperties
public class SignalProperties extends Object
Defines values for the properties parameter of the
OpenTok.signal(String, SignalProperties) (String, String)} method.
See Also:
: - (String, String)
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static class
SignalProperties.Builder
Use this class to create a SignalProperties object.
Method Summary
All MethodsInstance MethodsConcrete Methods
Modifier and Type
Method
Description
String
data()
Returns the type of the signal
Map<String,Collection<String>>
toMap()
Returns the signal properties as a Map.
String
type()
Returns the type of the signal
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Details
type
public String type()
Returns the type of the signal
data
public String data()
Returns the type of the signal
toMap
public Map<String,Collection<String>> toMap()
Returns the signal properties as a Map.