Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-hockeyapp-geof90

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-hockeyapp-geof90

Cordova HockeyApp Plugin for android and ios. hockeyapp sdk versions ios: 4.1.0 and android: 4.1.0

  • 2.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cordova-plugin-hockeyapp

This plugin exposes the HockeyApp SDK for iOS and Android

Including:

  • HockeyAppSDK-iOS 4.1.0
  • HockeyAppSDK-Android 4.1.0

Installation

cordova plugin add cordova-plugin-hockeyapp-geof90

Supported Platforms

  • Android
  • iOS

Methods

Initialize HockeyApp SDK
hockeyapp.start(success:function, error:function, appId:string, autoSend:boolean, ignoreDefaultHandler:boolean, loginMode:int, appSecret:string):void

When specifying the loginMode, it is recommended that you use the hockeyapp.loginMode enumeration. Available values are:

  • ANONYMOUS: The user will not be prompted to authenticate.
  • EMAIL_ONLY: The user will be prompted to specify a valid email address. You must also pass your appSecret when using this mode.
  • EMAIL_PASSWORD: The user will be prompted for a valid username/password combination.
  • VALIDATE: The user will not be prompted to authenticate, but the app will try to validate with the HockeyApp service.

Important: For iOS devices only ANONYMOUS is available, other modes will produce an error.

Display tester feedback user interface
hockeyapp.feedback(success:function, error:function):void
Check for a new version
hockeyapp.checkForUpdate(success:function, error:function):void

Note: This should not be called in production/release builds intended for the Google Play Store.

Force an app crash
hockeyapp.forceCrash():void

Can be used to test the crash reporting feature of HockeyApp.

Add arbitrary metadata to a crash
hockeyapp.addMetaData(success:function, error:function, data:object):void

Will be displayed in crash reports in HockeyApp.

Track custom events
hockeyapp.trackEvent(success:function, error:function, eventName:string):void

Can be used to record the occurrence of a custom app event in HockeyApp.

Keywords

FAQs

Package last updated on 04 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc