Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MpnPlatformType.Google Field

Readonly. Refers to Push Notifications for Google platforms, such as Android and Chrome. The back-end service for Google platforms is FCM ("Firebase Cloud Messaging"). 

Google, Android and Chrome are registered trademarks of Google Inc. 

 

C++
public: MpnPlatformType Google = new MpnPlatformType("Google");
C#
public static readonly MpnPlatformType Google = new MpnPlatformType("Google");
Visual Basic
Public static readonly Google As MpnPlatformType = new MpnPlatformType("Google")