HsdpDeepLinkService.HsdpPrewarmListener


public interface HsdpDeepLinkService.HsdpPrewarmListener


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

Summary

Public methods

abstract void

Called when the prewarm is completed.

abstract void
onError(Bundle event)

Called when an error occurs.

Public methods

onCompleted

abstract void onCompleted(Bundle event)

Called when the prewarm is completed.

onError

abstract void onError(Bundle event)

Called when an error occurs.