BackgroundRestoreCompletion

public enum BackgroundRestoreCompletion

Allows capturing further Bluejay operations to be queued and executed after background restoration is completed.

  • Put required Bluejay API or application calls that are needed after a background restoration inside this callback.

    Declaration

    Swift

    case callback(() -> Void)
  • Return this if no callback is needed after a background restoration.

    Declaration

    Swift

    case `continue`