platform property

  1. @BuiltValueField(wireName: 'vk_platform')
String platform

Platform from which the service is launched:

  • mobile_android is the official Android application
  • mobile_iphone is the official iPhone application
  • mobile_web - browser-based mobile version
  • desktop_web - full browser version
  • mobile_android_messenger - mobile messenger for Android
  • mobile_iphone_messenger is a mobile messenger for iPhone

Implementation

@BuiltValueField(wireName: 'vk_platform')
String get platform;