StatusType

public enum StatusType

The different types of application status changes.

  • The application has been initialized.

    Declaration

    Swift

    case initialized
  • The application has come to the foreground.

    Declaration

    Swift

    case foregrounded
  • The application has gone to the background.

    Declaration

    Swift

    case backgrounded