SliceUtils.SliceActionListener
public interface SliceUtils.SliceActionListener
A listener used to receive events on slices parsed with parseSlice.
Summary
Public methods |
|
|---|---|
abstract void |
onSliceAction(Uri actionUri, Context context, Intent intent)Called when an action is triggered on a slice parsed with |
Public methods
onSliceAction
Added in 1.1.0-alpha02
abstract void onSliceAction(Uri actionUri, Context context, Intent intent)
Called when an action is triggered on a slice parsed with parseSlice.
| Parameters | |
|---|---|
Uri actionUri |
The uri of the action selected. |
Context context |
The context passed to |
Intent intent |
The intent passed to |