-
- All Implemented Interfaces:
-
com.facebook.share.ShareBuilder,com.facebook.share.model.ShareModelBuilder
public final class ContextSwitchContent.Builder implements ShareModelBuilder<ContextSwitchContent, ContextSwitchContent.Builder>
Builder class for a concrete instance of ContextSwitchContent
-
-
Constructor Summary
Constructors Constructor Description ContextSwitchContent.Builder()
-
Method Summary
Modifier and Type Method Description final ContextSwitchContent.BuildersetContextID(String contextID)Sets the context ID that the player will switch into. ContextSwitchContentbuild()ContextSwitchContent.BuilderreadFrom(ContextSwitchContent model)final ContextSwitchContent.BuilderreadFrom(Parcel parcel)-
-
Method Detail
-
setContextID
final ContextSwitchContent.Builder setContextID(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 model)
-
readFrom
final ContextSwitchContent.Builder readFrom(Parcel parcel)
-
-
-
-