ENUM

RetryCondition

Contents

public enum RetryCondition

A list of the timing conditions required to have the best chance to recover gracefully when retrying an operation.

Cases

now

case now

Operation can be retried immediately.

whenAppInForeground

case whenAppInForeground

Operation can be retried when the app is running in the foreground and triggered by user interaction.