Interface OpenAddonRequest.Callback
- Enclosing class:
OpenAddonRequest
public static interface OpenAddonRequest.Callback
Receives the asynchronous result of an
OpenAddonRequest.-
Method Summary
-
Method Details
-
onSuccess
Called after the request has been processed.The
openedlist may be empty when none of the add-on entry points are currently available.- Parameters:
opened- entry point class names that were found and enablednotFound- entry point class names that were not found
-
onIssue
Called when the request reports an issue.- Parameters:
issue- reported issue
-