Skip to content

Plugin.onUserEnable method

Plugin › onUserEnable

Official

Perform any initial setup code. The user has explicitly interacted with the plugin so its safe to engage with the user. If your plugin registers a custom view, you can open it here.

Signature:

onUserEnable(): void

Returns: void

Since: 1.7.2