add some api for doric context

This commit is contained in:
pengfei.zhou
2019-08-13 18:13:54 +08:00
parent 1ddbfcf8e4
commit ba2a90a6c1
6 changed files with 60 additions and 3 deletions

View File

@@ -54,3 +54,13 @@
NSString * const DORIC_BRIDGE_REJECT = @"jsCallReject";
NSString * const DORIC_ENTITY_RESPONSE = @"__response__";
NSString * const DORIC_ENTITY_INIT = @"__init__";
NSString * const DORIC_ENTITY_CREATE = @"__onCreate__";
NSString * const DORIC_ENTITY_DESTROY = @"__onDestroy__";
NSString * const DORIC_ENTITY_SHOW = @"__onShow__";
NSString * const DORIC_ENTITY_HIDDEN = @"__onHidden__";