public static interface ShareActionProvider.OnShareTargetSelectedListener
Modifier and Type | Method and Description |
---|---|
boolean |
onShareTargetSelected(ShareActionProvider source,
android.content.Intent intent)
Called when a share target has been selected.
|
boolean onShareTargetSelected(ShareActionProvider source, android.content.Intent intent)
Note: Modifying the intent is not permitted and any changes to the latter will be ignored.
source
- The source of the notification.intent
- The intent for launching the chosen share target.Copyright © 2011–2014. All rights reserved.