android.support.v7.widget.ShareActionProvider.OnShareTargetSelectedListener |
Listener for the event of selecting a share target.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when a share target has been selected.
|
Called when a share target has been selected. The client can decide whether to perform some action before the sharing is actually performed.
Note: Modifying the intent is not permitted and any changes to the latter will be ignored.
Note: You should not handle the intent here. This callback aims to notify the client that a sharing is being performed, so the client can update the UI if necessary.
source | The source of the notification. |
---|---|
intent | The intent for launching the chosen share target. |