LIFERetryPolicy
enum LIFERetryPolicy {}
The retry policy for submitting bug reports.
-
Automatically re-attempts to submit the bug report on the next cold application launch. Resubmission is done a few seconds after launch, so that your app’s own network requests are prioritized.
Declaration
Objective-C
LIFERetryPolicyNextLaunch = 0
Swift
case nextLaunch = 0
-
Specifies that report submission is a UI-blocking operation. Submitting a bug reporter will show a loading indicator, and wait until the report has been successfully recieved by the Buglife API before dismissing the bug report UI.
Declaration
Objective-C
LIFERetryPolicyManualRetry
Swift
case manualRetry = 1