Package com.opentok
Class SignalProperties.Builder
java.lang.Object
com.opentok.SignalProperties.Builder
- Enclosing class:
- SignalProperties
Use this class to create a SignalProperties object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the SignalProperties object.Call this method to set data of the signal.Call this method to set a type of the signal.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Call this method to set a type of the signal.- Parameters:
type
- The type of the signal- Returns:
- The SignalProperties.Builder object with the name setting.
-
data
Call this method to set data of the signal.- Parameters:
data
- The type of the signal- Returns:
- The SignalProperties.Builder object with the data setting.
-
build
Builds the SignalProperties object.- Returns:
- The ArchiveSignalPropertiesProperties object.
-