Better handling of errors when dispatching annotation events to JS

This commit is contained in:
Jackson Harper 2022-11-01 17:39:45 +08:00
parent 01ce025720
commit e9ed8e6138

View file

@ -2,6 +2,7 @@ import Models
import Utils
import WebKit
/// Describes actions that can be sent from the WebView back to native views.
/// The names on the javascript side must match for an action to be handled.
public enum WebViewAction: String, CaseIterable {