HsdpDeepLinkService.HsdpDeepLinkServiceListener


public interface HsdpDeepLinkService.HsdpDeepLinkServiceListener


Listener for handling events during the Google Play inline install flow.

Summary

Public methods

abstract void

Called when the persistent affordance is ended so app installation state is no longer tracked.

abstract void

Called when the persistent affordance is started so app installation state is tracked.

abstract void

Called when the Google Play inline install deep link Activity is started.

abstract void

Called when the Google Play inline install UI is dismissed.

abstract void
onError(Bundle event)

Called when an error occurs.

abstract void
onShown(Bundle event)

Called when the Google Play inline install UI is shown.

Public methods

onAffordanceEnded

abstract void onAffordanceEnded()

Called when the persistent affordance is ended so app installation state is no longer tracked.

onAffordanceStarted

abstract void onAffordanceStarted()

Called when the persistent affordance is started so app installation state is tracked.

onDeepLinkStarted

abstract void onDeepLinkStarted()

Called when the Google Play inline install deep link Activity is started.

onDismissed

abstract void onDismissed(Bundle event)

Called when the Google Play inline install UI is dismissed.

onError

abstract void onError(Bundle event)

Called when an error occurs.

onShown

abstract void onShown(Bundle event)

Called when the Google Play inline install UI is shown.