Searched defs:IntentBuilder (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DShareCompat.java48 * {@link IntentBuilder} provides helper functions for constructing a sharing
52 * To obtain an IntentBuilder with info about your calling activity, use the static
53 * method {@link IntentBuilder#from(Activity)}.
142 * can then call configureMenuItem again with a new or altered IntentBuilder to reconfigure
149 * @param shareIntent IntentBuilder with data about the content to share
151 public static void configureMenuItem(MenuItem item, IntentBuilder shareIntent) {
176 * @param shareIntent IntentBuilder with data about the content to share
177 * @see #configureMenuItem(MenuItem, IntentBuilder)
179 public static void configureMenuItem(Menu menu, int menuItemId, IntentBuilder shareIntent) {
189 * IntentBuilder i
194 public static class IntentBuilder { class in class:ShareCompat
214 private IntentBuilder(Activity launchingActivity) { method in class:ShareCompat.IntentBuilder
[all...]

Completed in 106 milliseconds