Android Studio Sign in

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 parseSlice.

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 fireAction

Intent intent

The intent passed to fireAction

Morty Proxy This is a proxified and sanitized view of the page, visit original site.