HsdpDeepLinkService.AffordanceListener


public interface HsdpDeepLinkService.AffordanceListener


Listener for handling events when to stop the Google Play inline install affordance.

Summary

Public methods

abstract void
onError(String errorMessage)

Called when an error occurs.

abstract void

Called when the affordance is dismissed and stop tracking the app installation state.

Public methods

onError

abstract void onError(String errorMessage)

Called when an error occurs.

onStop

abstract void onStop()

Called when the affordance is dismissed and stop tracking the app installation state.