LaunchParams class abstract

Launch params

Constructors

LaunchParams([void updates(LaunchParamsBuilder)])
LaunchParams factory
factory
LaunchParams.parse(String launchParams)
LaunchParams factory with raw params launchParams
factory

Properties

accessTokenSettings String
List of access rights of the current user in the application (for example: friends, video, photos)
no setter
appId int
Application ID
no setter
areNotificationsEnabled bool
Information about allowed notifications from the app:
no setter
groupId int?
Community ID if the app is launched from a community. Information about the group is returned if the application was launched using buttons in the community, from the block of community applications, or the original link to the application looked like https://vk.com/app12345_-12345
no setter
hashCode int
The hash code for this object.
no setterinherited
isAppUser bool
Application installation information by user:
no setter
isFavorite bool
Information on adding an application to favorites:
no setter
language String
User language. Possible values:
no setter
platform String
Platform from which the service is launched:
no setter
rawLaunchParams String
Raw launch params
no setter
ref String
Transition source. Possible values: Jump source. Possible transitions: Categories in the catalog
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String
The signature of the passed parameters.
no setter
ts int
Time to generate startup parameters
no setter
userId int
ID of the user who started the service
no setter
viewerGroupRole String?
User's role in the community from which the application is launched:
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(LaunchParamsBuilder)) LaunchParams
Rebuilds the instance.
inherited
toBuilder() LaunchParamsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<LaunchParams>
LaunchParams serializer
no setter