Skip to content

Instantly share code, notes, and snippets.

@imgly-gists
Created June 9, 2017 06:36
Show Gist options
  • Select an option

  • Save imgly-gists/339b702b7b5d3ff06f1d1c68d75b4ee7 to your computer and use it in GitHub Desktop.

Select an option

Save imgly-gists/339b702b7b5d3ff06f1d1c68d75b4ee7 to your computer and use it in GitHub Desktop.
@Override
public void initialize(CordovaInterface cordova, CordovaWebView webView) {
super.initialize(cordova, webView);
PESDK.init(cordova.getActivity().getApplication(), "LICENSE_ANDROID");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment