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 *typeDeclared In
SBDPlugin.h
vendor
String indicates a vendor who provides this plugin
@property (nonatomic, copy, readonly, nullable) NSString *vendorDeclared 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*> *detailDeclared In
SBDPlugin.h