Is there a callback API for when a user enables your Safari Extension?

See title. I would like my app to react to the user enabling the app's extension in Safari but cannot seem to find an API method for this.

EDIT: I just found the documentation under SFSafariExtensionState. Looks like I jumped the gun asking here!

Accepted Reply

Yep, SFSafariExtensionState.

Replies

Yep, SFSafariExtensionState.