on_extension_state_changed


Description:

public async void on_extension_state_changed (bool state) throws Error

Call this when the extension changes its state

Parameters:

this

a Client instance

state

the new state of the extension

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

user_data

The data to pass to callback.