![]() |
Lightstreamer macOS Client
1.2.5
Native macOS Client library for Lightstreamer
|
Enumerations | |
| enum | LSMPNTokenStatus { LSMPNTokenStatusFirstUse = -1, LSMPNTokenStatusNotChanged = 0, LSMPNTokenStatusChanged = 1 } |
| The LSMPNTokenStatus enum contains the possible statuses of the device token. More... | |
| enum LSMPNTokenStatus |
The LSMPNTokenStatus enum contains the possible statuses of the device token.
It is returned by the registrationForMPNSucceededWithToken: (LSClient) method after comparison with the previously known device token. It's possible values are:
In the last case, a device token update will be tried on the Server. See registrationForMPNSucceededWithToken: (LSClient) for more information.
| Enumerator | |
|---|---|
| LSMPNTokenStatusFirstUse | |
| LSMPNTokenStatusNotChanged | |
| LSMPNTokenStatusChanged | |
1.8.11