gometro-uma-cordova
v3.0.10
Published
Installation ```bash cordova plugin add [email protected] ```
Downloads
6
Readme
GoMetro UMA SDK
Installation
cordova plugin add [email protected]
Usage You should init the SDK in the deviceReady function, to make sure the native integrations runs.
function onDeviceReady() {
var GoMetroUma = cordova.require("gometro-uma-cordova.GoMetroUma");
GoMetroUma.init("GOMETRO_UMA_USERNAME", "GOMETRO_UMA_PASSWORD");
...
}