DeferredDeeplinkParametersListener.Error enumeration
com.yandex.metrica
public enum DeferredDeeplinkParametersListener.Error
Contains possible error values for the DeferredDeeplinkParametersListener.onError(Error error, String referrer) method.
Methods
String | getDescription() | Returns the error description. |
String | getDescription() | Returns the error description. |
Fields
NOT_A_FIRST_LAUNCH | The deferred deeplink parameters can not be obtained since the deferred deeplink parameters can only be requested at the first application start. |
PARSE_ERROR | The deferred deeplink does not contain valid parameters. |
NOT_A_FIRST_LAUNCH | The deferred deeplink parameters can not be obtained since the deferred deeplink parameters can only be requested at the first application start. |
PARSE_ERROR | The deferred deeplink does not contain valid parameters. |
Method descriptions
getDescription
public String getDescription()
Returns the error description.
Field descriptions
NOT_A_FIRST_LAUNCH
The deferred deeplink parameters can not be obtained since the deferred deeplink parameters can only be requested at the first application start.
PARSE_ERROR
The deferred deeplink does not contain valid parameters.