Android SDK Version
All Implemented Interfaces:
com.facebook.share.ShareBuilder , com.facebook.share.model.ShareModelBuilder


public final class CameraEffectArguments.Builder
 implements ShareModelBuilder<CameraEffectArguments, CameraEffectArguments.Builder>
                    
Constructor Summary
ConstructorDescription
CameraEffectArguments.Builder()
Method Summary
Modifier and TypeMethodDescription
final CameraEffectArguments.BuilderputArgument(String key, String value) Sets the passed in value for the passed in key.
final CameraEffectArguments.BuilderputArgument(String key, Array<String> arrayValue) Sets the passed in value for the passed in key.
CameraEffectArguments.BuilderreadFrom(CameraEffectArguments model) Reads the values from a ShareModel into the builder.
final CameraEffectArguments.BuilderreadFrom(Parcel parcel) This method is for internal use only.
CameraEffectArgumentsbuild() Creates a new instance of CameraEffectArguments with the arguments that have been set in this Builder instance.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

CameraEffectArguments.Builder

CameraEffectArguments.Builder()
Method Detail

putArgument

 final CameraEffectArguments.BuilderputArgument(String key, String value)
Sets the passed in value for the passed in key. This will override any previous calls with the same key.
Parameters:
key - Key for the argument
value - Value of the argument

putArgument

 final CameraEffectArguments.BuilderputArgument(String key, Array<String> arrayValue)
Sets the passed in value for the passed in key. This will override any previous calls with the same key.
Parameters:
key - Key for the argument
arrayValue - Value of the argument

readFrom

CameraEffectArguments.BuilderreadFrom(CameraEffectArguments model)
Reads the values from a ShareModel into the builder.
Parameters:
model - The source ShareModel

readFrom

 final CameraEffectArguments.BuilderreadFrom(Parcel parcel)
This method is for internal use only.

build

CameraEffectArgumentsbuild()
Creates a new instance of CameraEffectArguments with the arguments that have been set in this Builder instance.