WhiteboardToolConfiguration

@available(iOS 12.0, *)
@objc(BDKWhiteboardToolConfiguration)
public class WhiteboardToolConfiguration : NSObject

A value object holding the configuration values for the whiteboard tool.

The tool can be configured to provide an upload button in the user interface enabling users to upload photos or files in the whiteboard

  • A boolean flag indicating whether the whiteboard tool should be enabled or disabled.

    Declaration

    Swift

    @objc
    public let isEnabled: Bool
  • A boolean flag indicating whether the whiteboard upload tool should be enabled or disabled.

    Declaration

    Swift

    @objc
    public let isUploadEnabled: Bool