public class ShareCameraEffectContent extends ShareContent<ShareCameraEffectContent,ShareCameraEffectContent.Builder>
ShareCameraEffectContent.Builder to build instances.
See documentation for
best practices.| Modifier and Type | Class and Description |
|---|---|
static class |
ShareCameraEffectContent.Builder
Builder for the
ShareCameraEffectContent interface. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ShareCameraEffectContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
CameraEffectArguments |
getArguments()
Returns the Arguments for the Effect represented in this content instance, as set in the
Builder.
|
java.lang.String |
getEffectId()
Returns the Effect Id represented in this content instance, as set in the Builder.
|
CameraEffectTextures |
getTextures()
Returns the Textures for the Effect represented in this content instance, as set in the
Builder.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
describeContents, getContentUrl, getPageId, getPeopleIds, getPlaceId, getRef, getShareHashtagpublic static final android.os.Parcelable.Creator<ShareCameraEffectContent> CREATOR
public void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class ShareContent<ShareCameraEffectContent,ShareCameraEffectContent.Builder>public java.lang.String getEffectId()
public CameraEffectArguments getArguments()
public CameraEffectTextures getTextures()