PDRExendPluginType Constants Reference

Declared in PDRCoreSettings.h

PDRExendPluginType

Definition

typedef NS_ENUM(NSInteger, PDRExendPluginType ) {
   PDRExendPluginTypeApp = 0,
   PDRExendPluginTypeFrame = 1,
   PDRExendPluginTypeNView = 2,
};

Constants

PDRExendPluginTypeApp

全局插件 该插件native实例将采用单例模式

Declared In PDRCoreSettings.h.

PDRExendPluginTypeFrame

Declared In PDRCoreSettings.h.

PDRExendPluginTypeNView

NView插件 该插件可以使用UI接口进行管理

Declared In PDRCoreSettings.h.