Searched defs:DeliveryCallbackContext (Results 1 – 1 of 1) sorted by relevance
24 struct DeliveryCallbackContext { struct25 napi_env env = nullptr;26 napi_ref thisVarRef = nullptr;27 napi_ref callbackRef = nullptr;28 std::string pduStr = "";