ApplicationLifecycleMonitor

public class ApplicationLifecycleMonitor : ApplicationLifecycleMonitoring

Implementation of AppLifecycleMonitor which takes only UIApplication lifecycle. Designed for the case when the user app doesn’t support UIScenes.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • ApplicationLifecycleMonitor init method.

    Declaration

    Swift

    public init(observationHandler: Observable)

    Parameters

    observationHandler

    Observable protocol defines the policy for notify status.

  • ApplicationLifecycleMonitor init method.

    Declaration

    Swift

    convenience public init()

Public