Example usage for Java android.widget ShareActionProvider fields, constructors, methods, implement or subclass
The text is from its open source code.
String | DEFAULT_SHARE_HISTORY_FILE_NAME The default name for storing share history. |
ShareActionProvider(Context context) Creates a new instance. |
void | setOnShareTargetSelectedListener(OnShareTargetSelectedListener listener) Sets a listener to be notified when a share target has been selected. |
void | setShareHistoryFileName(String shareHistoryFile) Sets the file name of a file for persisting the share history which history will be used for ordering share targets. |
void | setShareIntent(Intent shareIntent) Sets an intent with information about the share action. |