Listener

interface Listener

This listener allow you to observe change related to integrations.

Functions

Link copied to clipboard
open fun onConfigurationChanged(configs: List<IntegrationManagerConfig>)

Is called whenever configs from user account data or wellknown are updated.

Link copied to clipboard
open fun onIsEnabledChanged(enabled: Boolean)

Is called whenever integration is enabled or disabled, comes from user account data.

Link copied to clipboard
open fun onWidgetPermissionsChanged(widgets: Map<String, Boolean>)

Is called whenever widget permissions from user account data are updated.