UninstallExtensionCallback

interface UninstallExtensionCallback : ExtensionsAsyncCallback<P, R>

A callback that is invoked when the user uninstalls/removes an extension from Chrome Web Store or on the chrome://extensions page.

Use the uninstall method to uninstall the extension.

Use the cancel method to cancel uninstalling and keep the extension.

Types

Link copied to clipboard
An action providing a response to the UninstallExtensionCallback.
Link copied to clipboard
interface Params
The parameters of the UninstallExtensionCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.