How to use the code-push function in code-push

To help you get started, we’ve selected a few code-push examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github electrode-io / electrode-native / ern-core / src / CodePushSdk.ts View on Github external
constructor(initConfig: CodePushInitConfig) {
    this.codePush = new CodePush(
      initConfig.accessKey,
      initConfig.customHeaders,
      initConfig.customServerUrl,
      initConfig.proxy
    )
  }
github electrode-io / electrode-native / ern-core / src / CodePushSdk.js View on Github external
constructor (initConfig: CodePushInitConfig) {
    this._codePush = new CodePush(initConfig.accessKey, initConfig.customHeaders, initConfig.customServerUrl, initConfig.proxy)
  }

code-push

Management SDK for the CodePush service

MIT
Latest version published 2 months ago

Package Health Score

89 / 100
Full package analysis

Similar packages