FileshareToolConfiguration

@available(iOS 12.0, *)
@objc(BDKFileshareToolConfiguration)
public class FileshareToolConfiguration : NSObject

A value object holding the configuration values for the file share tool.

You may enable or disable the file share tool during SDK configuration.

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

    Declaration

    Swift

    @objc
    public let isEnabled: Bool