SendingScheduler

public class SendingScheduler
  • A closure that is called when a new image is sent. The closure receives the image data, the timestamp and the correlation identifier.

    Declaration

    Swift

    public typealias ImageSendingHandler = ((Data, Google_Protobuf_Timestamp?, UInt32) -> Void)
  • Declaration

    Swift

    public var onSendImage: ImageSendingHandler?