-
- All Implemented Interfaces:
-
com.facebook.share.ShareBuilder,com.facebook.share.model.ShareModelBuilder
public class ContextSwitchContent.Builder implements ShareModelBuilder<ContextSwitchContent, ContextSwitchContent.Builder>
Builder class for a concrete instance of ContextSwitchContent
-
-
Method Summary
Modifier and Type Method Description ContextSwitchContent.BuildersetContextID(@Nullable() String contextID)Sets the context ID that the player will switch into. ContextSwitchContentbuild()ContextSwitchContent.BuilderreadFrom(ContextSwitchContent content)-
-
Method Detail
-
setContextID
ContextSwitchContent.Builder setContextID(@Nullable() String contextID)
Sets the context ID that the player will switch into.
- Parameters:
contextID- the context ID
-
build
ContextSwitchContent build()
-
readFrom
ContextSwitchContent.Builder readFrom(ContextSwitchContent content)
-
-
-
-