SDK

Customizations

Delaying pending events

In case your application does not follow the typical hybrid app initialization, and you are not able to listen to the events as soon as Cordova signals the device is ready, you can delay those events until Notificare becomes ready, after you call Notificare.launch().

To achieve that, you can add the following to your config.xml.

<widget>
    <preference name="re.notifica.cordova.hold_events_until_ready" value="true"/>
</widget>

Native customizations

The customizations offered in our library are part of the native SDKs. For more information on what customizations are available, please take a look at the native SDKs documentation.