AppStateProviderDelegate

public protocol AppStateProviderDelegate : AnyObject

The delegate of AppStateProvider, allows the delegate to inform on app state notifications.

  • fire this delegate function when received observation event. for every observer with the same observation event process the on observe block.

    Declaration

    Swift

    func appStateEventPosted(name: ObservationName)