HsdpDeepLinkService.HsdpDeepLinkServiceListener

public static interface HsdpDeepLinkService.HsdpDeepLinkServiceListener

com.google.android.play.core.hsdp.service.HsdpDeepLinkService.HsdpDeepLinkServiceListener


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

Summary

Public methods

abstract void onAffordanceEnded()

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

abstract void onAffordanceStarted()

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

abstract void onDeepLinkStarted()

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

abstract void onError(String errorMessage)

Called when an error occurs.

Public methods

onAffordanceEnded

public abstract void onAffordanceEnded ()

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

onAffordanceStarted

public abstract void onAffordanceStarted ()

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

onDeepLinkStarted

public abstract void onDeepLinkStarted ()

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

onError

public abstract void onError (String errorMessage)

Called when an error occurs.

Parameters
errorMessage String