HistoryMetadataPageMissingBehavior
public enum HistoryMetadataPageMissingBehavior
extension HistoryMetadataPageMissingBehavior: Equatable, Hashable
The action to take when recording a history metadata observation for a page that doesn’t have an entry in the history database.
-
Insert an entry for the page into the history database.
Declaration
Swift
case insertPage
-
Ignore and discard the observation. This is the default behavior.
Declaration
Swift
case ignoreObservation