Lightstreamer .Net Adapter 1.11.0
|
Used by Lightstreamer to provide a MpnDeviceInfo instance to the MPN-related methods.
public: MpnDeviceInfo(MpnPlatformType type, string applicationId, string deviceToken);
public MpnDeviceInfo(MpnPlatformType type, string applicationId, string deviceToken);
Public Sub New(type As MpnPlatformType, applicationId As string, deviceToken As string)
Parameters |
Description |
MpnPlatformType type |
Platform type of the device. |
string applicationId |
The app ID, also known as the bundle ID on some platforms. |
string deviceToken |
The token of the device. |