Java Code Examples for com.facebook.internal.NativeProtocol#ACTION_MESSAGE_DIALOG

The following examples show how to use com.facebook.internal.NativeProtocol#ACTION_MESSAGE_DIALOG . 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: FacebookDialog.java    From android-skeleton-project with MIT License 4 votes vote down vote up
/**
 * This method is for internal use only.
 */
public String getAction() {
    return NativeProtocol.ACTION_MESSAGE_DIALOG;
}
 
Example 2
Source File: FacebookDialog.java    From FacebookImageShareIntent with MIT License 4 votes vote down vote up
/**
 * This method is for internal use only.
 */
public String getAction() {
    return NativeProtocol.ACTION_MESSAGE_DIALOG;
}
 
Example 3
Source File: FacebookDialog.java    From Abelana-Android with Apache License 2.0 4 votes vote down vote up
/**
 * This method is for internal use only.
 */
public String getAction() {
    return NativeProtocol.ACTION_MESSAGE_DIALOG;
}
 
Example 4
Source File: FacebookDialog.java    From facebook-api-android-maven with Apache License 2.0 4 votes vote down vote up
/**
 * This method is for internal use only.
 */
public String getAction() {
    return NativeProtocol.ACTION_MESSAGE_DIALOG;
}