Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:comet:javascript_api [2018/02/17 02:24] anastation468 [Getting a number of subscribers] |
en:comet:javascript_api [2019/12/18 02:05] (current) |
||
---|---|---|---|
Line 176: | Line 176: | ||
These functions will be called when authorization status will be changing. I.e. at least once an authorization will be successful or unsuccessful when connecting to comet server or while status will be changed. | These functions will be called when authorization status will be changing. I.e. at least once an authorization will be successful or unsuccessful when connecting to comet server or while status will be changed. | ||
- | Also you can call the function “isAuthorized” to determine authorization status. | + | You can also call the function “isAuthorized” to determine authorization status. |
<code JavaScript>cometApi.isAuthorized()</code> | <code JavaScript>cometApi.isAuthorized()</code> | ||
The function “isAuthorized” may return 3 different values: | The function “isAuthorized” may return 3 different values: |