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
  1. API Reference

Message

A Message javascript object that represents a goTenna message.

Messages are sent to the setMessageListener callback

Properties

receiverGID: number The GID of the recipient

senderGID: number The GID of the sender

sentDate: string The date the message was sent

text: string The body of the message

PreviousgetGIDNextExample Projects

Last updated 6 years ago