mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-21 07:55:20 -04:00
@@ -22,7 +22,7 @@
|
||||
namespace OHOS {
|
||||
namespace MiscServices {
|
||||
struct EventListener {
|
||||
int LISTENER_TYPTE_MAX_LENGTH = 64;
|
||||
static const int LISTENER_TYPTE_MAX_LENGTH = 64;
|
||||
char type[LISTENER_TYPTE_MAX_LENGTH] = { 0 };
|
||||
bool isOnce = false;
|
||||
napi_ref handlerRef = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user