[TIMOB-25036] Cannot call class methods on instance of class
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | RTN, estimote, hyperloop, typeerror |
Reporter | Matt Carney |
Assignee | Unknown |
Created | 2017-07-28T19:19:53.000+0000 |
Updated | 2020-01-07T23:53:36.000+0000 |
Description
Note: This app uses Estimote BLE location beacons, so you will not be able to reproduce the issue without having one. Because of this, I put detailed comments in the code that explain exactly what is being printed to the console. I have also attached the relevant part of the console log showing the output when index.js is run.
Link for Estimote documentation showing the classes/methods I am using.
http://estimote.github.io/Android-SDK/JavaDocs/
Actual Result
TypeError: closestBeacon.getMajor() is not a functionExpected Result
Prints the result of closestBeacon.getMajor()Attachments
File | Date | Size |
---|---|---|
.log | 2017-07-28T19:20:39.000+0000 | 6900668 |
diagnostic636435691898413069.log | 2017-07-28T19:20:49.000+0000 | 17883 |
index.js | 2017-07-28T19:22:33.000+0000 | 3776 |
relevant console log.txt | 2017-07-28T20:31:33.000+0000 | 1387 |
sdk-1.0.3.aar | 2017-07-28T20:34:05.000+0000 | 1836345 |
No comments