-
- All Implemented Interfaces:
@Deprecated() public interface ExtensionErrorCallback<ExtensionError>
Callback interface to receive errors from the
ExtensionApimethods. Implementers should override this to see what errors are occurring and handle them as needed.
-
-
Method Summary
Modifier and Type Method Description abstract voiderror(ExtensionError errorCode)-
-
Method Detail
-
error
abstract void error(ExtensionError errorCode)
-
-
-
-