ExitReason

public enum ExitReason

An enum that provides the reasons which your widget might close.

Author

Matheus Felizola Freires
  • Sent when the widget leaves the screen.

    Declaration

    Swift

    case leftTheScreen
  • Sent when the widget receives a memory warning.

    Declaration

    Swift

    case memoryWarning