com.actionbarsherlock.widget
Interface ShareActionProvider.OnShareTargetSelectedListener

Enclosing class:
ShareActionProvider

public static interface ShareActionProvider.OnShareTargetSelectedListener

Listener for the event of selecting a share target.


Method Summary
 boolean onShareTargetSelected(ShareActionProvider source, android.content.Intent intent)
          Called when a share target has been selected.
 

Method Detail

onShareTargetSelected

boolean onShareTargetSelected(ShareActionProvider source,
                              android.content.Intent intent)
Called when a share target has been selected. The client can decide whether to handle the intent or rely on the default behavior which is launching it.

Note: Modifying the intent is not permitted and any changes to the latter will be ignored.

Parameters:
source - The source of the notification.
intent - The intent for launching the chosen share target.
Returns:
Whether the client has handled the intent.


Copyright © 2012-2013. All Rights Reserved.