Java Code Examples for com.facebook.internal.NativeProtocol#OPEN_GRAPH_CREATE_OBJECT_KEY
The following examples show how to use
com.facebook.internal.NativeProtocol#OPEN_GRAPH_CREATE_OBJECT_KEY .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: OpenGraphObject.java From platform-friends-android with BSD 2-Clause "Simplified" License | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 2
Source File: OpenGraphObject.java From platform-friends-android with BSD 2-Clause "Simplified" License | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);
Example 3
Source File: OpenGraphObject.java From Klyph with MIT License | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 4
Source File: OpenGraphObject.java From Klyph with MIT License | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);
Example 5
Source File: OpenGraphObject.java From barterli_android with Apache License 2.0 | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 6
Source File: OpenGraphObject.java From barterli_android with Apache License 2.0 | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);
Example 7
Source File: OpenGraphObject.java From android-skeleton-project with MIT License | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 8
Source File: OpenGraphObject.java From android-skeleton-project with MIT License | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);
Example 9
Source File: OpenGraphObject.java From FacebookImageShareIntent with MIT License | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 10
Source File: OpenGraphObject.java From FacebookImageShareIntent with MIT License | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);
Example 11
Source File: OpenGraphObject.java From Abelana-Android with Apache License 2.0 | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 12
Source File: OpenGraphObject.java From Abelana-Android with Apache License 2.0 | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);
Example 13
Source File: OpenGraphObject.java From KlyphMessenger with MIT License | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 14
Source File: OpenGraphObject.java From KlyphMessenger with MIT License | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);
Example 15
Source File: OpenGraphObject.java From facebook-api-android-maven with Apache License 2.0 | 2 votes |
/** * Gets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @return true if the native Share dialog should create the object as part of publishing an action, false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) boolean getCreateObject();
Example 16
Source File: OpenGraphObject.java From facebook-api-android-maven with Apache License 2.0 | 2 votes |
/** * Sets whether the object represents a new object that should be created as part of publishing via, e.g., the * native Share dialog. This flag has no effect on explicit publishing of an action via, e.g., a POST to the * '/me/objects/object_type' endpoint. * @param createObject true if the native Share dialog should create the object as part of publishing an action, * false if not */ @PropertyName(NativeProtocol.OPEN_GRAPH_CREATE_OBJECT_KEY) void setCreateObject(boolean createObject);