public abstract class IntentShareListener
extends java.lang.Object
| Constructor and Description |
|---|
IntentShareListener()
Simple listener used to catch which activity the user chosen.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onCanceled()
Called when the user cancel the sharing without selecting any target activity.
|
abstract void |
onCompleted(java.lang.String packageName)
Called when the user chose an activity to complete the sharing.
|
public IntentShareListener()
public abstract void onCompleted(java.lang.String packageName)
packageName - package name of the selected activity.public abstract void onCanceled()