firstInjectableMenuId top-level constant

int const firstInjectableMenuId

开发者自定义的注入菜单ID应该大于等于该值,小于该值的菜单为SDK内置菜单。 SDK内置的菜单点击时不会触发回调,只有自定义菜单才会回调。

Implementation

const int firstInjectableMenuId = 100;