BroadcastOptions

data class BroadcastOptions(val maxRetries: Int = Int.MAX_VALUE)

BroadcastOptions are the options to create a new broadcast.

Constructors

Link copied to clipboard
constructor(maxRetries: Int = Int.MAX_VALUE)

Properties

Link copied to clipboard

maxRetries is the maximum number of retries.