PollingWaitCallback

public class PollingWaitCallback : AbstractCallback, ObservableObject, @unchecked Sendable

A callback that instructs an application to wait for the given period and resubmit the request.

  • The period of time in milliseconds that the client should wait before replying to this callback

    Declaration

    Swift

    private(set) public var waitTime: Int { get }
  • The message which should be displayed to the user

    Declaration

    Swift

    private(set) public var message: String { get }
  • Initializes a new instance of PollingWaitCallback with the provided JSON input.

    Declaration

    Swift

    public override func initValue(name: String, value: Any)