cordova-plugin-gotenna
  • Read Me
  • Introduction
  • Getting Started
  • API Reference
    • disconnect
    • getApplicationBuildId
    • hasSuperToken
    • isInDebugMode
    • scanAndConnect
    • sendMessage
    • setApplicationToken
    • tokenIsVerified
    • Bluetooth
      • bluetoothIsEnabled
      • deviceSupportsBluetooth
      • disableBluetooth
      • getBluetoothStatus
      • showRequestBluetoothPermissionDialog
      • GotennaBluetoothStatus
    • UserDataStore
      • addGroupGID
      • addMulticastGroupGID
      • deleteCurrentUser
      • deleteGroupGID
      • deleteMulticastGroupGID
      • getCurrentUser
      • hasGroupGID
      • hasMulticastGroupGID
      • hasValidUser
      • isMyGID
      • registerUser
      • saveCurrentUser
      • setCurrentUser
      • updateLastConnectedTime
      • updateLastLocation
    • User
      • createUser
      • constructor
      • addGroupGID
      • addMultiCastGroupGID
      • deleteGroupGID
      • deleteMulticastGroupGID
      • getGID
    • Message
  • Example Projects
  • Changelog
  • Feedback
Powered by GitBook
On this page
  • Arguments
  • Returns
  1. API Reference

isInDebugMode

Indicates whether the SDK was started in debug mode or not. When debug mode is active, additional logs will be printed for debugging purposes.

Arguments

none

Returns

Promise<boolean> Whether debug mode is currently active

PrevioushasSuperTokenNextscanAndConnect

Last updated 6 years ago