MetadataListener

public protocol MetadataListener : AnyObject

Listener for metadata change notifications.

  • Process metadata change notification. When metadata changes, the changes might not take full effect until an application restart. It is therefore advisable to restart the application process when the metadata has changed.

    Declaration

    Swift

    func onMetadataChange() throws