SBDPlugin Class Reference
Inherits from | NSObject |
---|---|
Conforms to | SBDMappable |
Declared in | SBDPlugin.h |
type
String indicates a plugin type
@property (nonatomic, copy, readonly, nullable) NSString *type
Declared In
SBDPlugin.h
vendor
String indicates a vendor who provides this plugin
@property (nonatomic, copy, readonly, nullable) NSString *vendor
Declared In
SBDPlugin.h
detail
Dictionary contains details of this plugin Key is string and value is any object
@property (nonatomic, strong, readonly, nullable) NSDictionary<NSString*NSObject*> *detail
Declared In
SBDPlugin.h