-
- All Implemented Interfaces:
-
android.os.Parcelable,com.facebook.share.model.ShareModel
public final class ShareOpenGraphAction extends ShareOpenGraphValueContainer<ShareOpenGraphAction, ShareOpenGraphAction.Builder>
Describes an Open Graph action
Use ShareOpenGraphAction.Builder to create instances
See the documentation for Open Graph Actions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classShareOpenGraphAction.BuilderBuilder for the com.facebook.share.model.ShareOpenGraphAction interface.
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ShareOpenGraphAction>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetActionType()The type for the action. -
Methods inherited from class com.facebook.share.model.ShareOpenGraphValueContainer
describeContents, get, getBoolean, getBooleanArray, getBundle, getDouble, getDoubleArray, getInt, getIntArray, getLong, getLongArray, getObject, getObjectArrayList, getPhoto, getPhotoArrayList, getString, getStringArrayList, keySet, 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
-
getActionType
@Nullable() String getActionType()
The type for the action.
-
-
-
-