HsdpDeepLinkService.AffordanceListener
public
static
interface
HsdpDeepLinkService.AffordanceListener
| com.google.android.play.core.hsdp.service.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
|
onStop()
Called when the affordance is dismissed and stop tracking the app installation state. |
Public methods
onError
public abstract void onError (String errorMessage)
Called when an error occurs.
| Parameters | |
|---|---|
errorMessage |
String |
onStop
public abstract void onStop ()
Called when the affordance is dismissed and stop tracking the app installation state.