-
- 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
Nested Classes Modifier and Type Class Description public final classCameraEffectTextures.BuilderBuilder for the com.facebook.share.model.CameraEffectTextures class.
public classCameraEffectTextures.Companion
-
Method Summary
Modifier and Type Method Description 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)-
-
Method Detail
-
getTextureBitmap
final Bitmap getTextureBitmap(String key)
-
getTextureUri
final Uri getTextureUri(String key)
-
keySet
final Set<String> keySet()
The set of keys that have been set in this instance of CameraEffectTextures
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel out, Integer flags)
-
-
-
-