Type Method
callbacks(forType:)callbacksForType:callbacksForType_
the callbacks for a certain callbackType
Declaration
class func callbacks(forType callbackType: String) -> [Any]?Declaration
+ (NSArray *) callbacksForType:(NSString *) callbackType;Declaration
callbacksForType_(callbackType: str) -> list