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


public final class CameraEffectTextures.Builder
 implements ShareModelBuilder<CameraEffectTextures, CameraEffectTextures.Builder>
                    
Constructor Summary
ConstructorDescription
CameraEffectTextures.Builder()
Method Summary
Modifier and TypeMethodDescription
final CameraEffectTextures.BuilderputTexture(String key, Bitmap texture) Sets the passed in bitmap for the passed in key.
final CameraEffectTextures.BuilderputTexture(String key, Uri textureUrl) Sets the passed in textureUrl for the passed in key.
CameraEffectTextures.BuilderreadFrom(CameraEffectTextures model) Reads the values from a ShareModel into the builder.
final CameraEffectTextures.BuilderreadFrom(Parcel parcel) This method is for internal use only.
CameraEffectTexturesbuild() Builds the object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

CameraEffectTextures.Builder

CameraEffectTextures.Builder()
Method Detail

putTexture

 final CameraEffectTextures.BuilderputTexture(String key, Bitmap texture)
Sets the passed in bitmap for the passed in key.
Parameters:
key - The key
texture - The bitmap

putTexture

 final CameraEffectTextures.BuilderputTexture(String key, Uri textureUrl)
Sets the passed in textureUrl for the passed in key.
Parameters:
key - The key
textureUrl - The texture url

readFrom

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

readFrom

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

build

CameraEffectTexturesbuild()
Builds the object.