Android SDK Version
All Implemented Interfaces:
android.os.Parcelable , com.facebook.share.model.ShareModel


public final class CameraEffectTextures
 implements ShareModel
This class represents the textures that are used by an Effect in the Camera.
Nested Class Summary
Modifier and TypeClassDescription
public final classCameraEffectTextures.Builder
public classCameraEffectTextures.Companion
Method Summary
Modifier and TypeMethodDescription
final BitmapgetTextureBitmap(String key)
final UrigetTextureUri(String key)
final Objectget(String key)
final Set<String>keySet() The set of keys that have been set in this instance of CameraEffectTextures
IntegerdescribeContents()
UnitwriteToParcel(Parcel out, Integer flags)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getTextureBitmap

 final BitmapgetTextureBitmap(String key)

getTextureUri

 final UrigetTextureUri(String key)

get

 final Objectget(String key)

keySet

 final Set<String> keySet()
The set of keys that have been set in this instance of CameraEffectTextures

describeContents

IntegerdescribeContents()

writeToParcel

UnitwriteToParcel(Parcel out, Integer flags)