pundixit / capacitor-pushiomanager

Universal Permissive License v1.0
0 stars 0 forks source link

Request to Expose Key Methods in PushIOManagerPlugin for Multiple Push SDKs Integration #10

Open noey-teerataninchat-tw opened 1 year ago

noey-teerataninchat-tw commented 1 year ago

Our app integrated with multiple push SDKs, as result we got issue that we cannot retrieve deviceToken for Responsys. Therefore we try to create CustomMessagingService, guided by the https://docs.oracle.com/en/cloud/saas/marketing/responsys-develop-mobile/android/multiple-sdks.htm.

However essential methods like setDeviceToken, isResponsysPush and handleMessage from PushIOManager aren't accessible via PushIOManagerPlugin

Could the PushIOManagerPlugin class be updated to expose these methods from PushIOManager

neerhaj commented 1 year ago

Yes, we will make this change.