-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public class ShareCameraEffectContent extends ShareContent<ShareCameraEffectContent, ShareCameraEffectContent.Builder>
Describes the Camera Effect to be shared.
Use ShareCameraEffectContent.Builder to build instances.
See documentation for best practices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classShareCameraEffectContent.BuilderBuilder for the ShareCameraEffectContent interface.
-
Field Summary
Fields Modifier and Type Field Description private StringeffectIdprivate CameraEffectArgumentsargumentsprivate CameraEffectTexturestexturespublic final static Parcelable.Creator<ShareCameraEffectContent>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetEffectId()Returns the Effect Id represented in this content instance, as set in the Builder. CameraEffectArgumentsgetArguments()Returns the Arguments for the Effect represented in this content instance, as set in theBuilder. CameraEffectTexturesgetTextures()Returns the Textures for the Effect represented in this content instance, as set in theBuilder. voidwriteToParcel(Parcel out, int flags)-
Methods inherited from class com.facebook.share.model.ShareContent
describeContents, getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtag, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEffectId
String getEffectId()
Returns the Effect Id represented in this content instance, as set in the Builder.
-
getArguments
CameraEffectArguments getArguments()
Returns the Arguments for the Effect represented in this content instance, as set in theBuilder.
-
getTextures
CameraEffectTextures getTextures()
Returns the Textures for the Effect represented in this content instance, as set in theBuilder.
-
writeToParcel
void writeToParcel(Parcel out, int flags)
-
-
-
-