BDKFileshareToolConfiguration
Objective-C
@interface BDKFileshareToolConfiguration : NSObject <NSCopying>
Swift
class FileshareToolConfiguration : NSObject, NSCopying
A value object holding the configuration values for the Bandyer “file share” tool. You can create this object when you want to enable or disable the “file share” tool in Bandyer calls.
-
A boolean flag indicating whether the file share tool is enabled or disabled.
Declaration
Objective-C
@property (nonatomic, readonly, getter=isEnabled) BOOL enabled;
Swift
var isEnabled: Bool { get }