VKWebAppUpdateConfig class abstract

Application configuration

Constructors

VKWebAppUpdateConfig([void updates(VKWebAppUpdateConfigBuilder)])
VKWebAppUpdateConfig factory
factory

Properties

apiHost String?
Server API host for direct requests.
no setter
app String?
Customer type. Possible values: vkclient vkme
no setter
appearance Appearance?
Appearance
no setter
hashCode int
The hash code for this object.
no setterinherited
insets Insets?
The current insets that need to be maintained from the edge of the screen to the content (there is a keyboard display, its height will be at the bottom).
no setter
isLayer bool?
The parameter comes in if the application is open in the layer.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
Application color scheme.
no setter
startTime int?
Unix time of opening modal screen - only passed when opening a modal screen.
no setter
viewportHeight int?
The height of the application's parent window.
no setter
viewportWidth int?
The width of the application's parent window.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(VKWebAppUpdateConfigBuilder)) VKWebAppUpdateConfig
Rebuilds the instance.
inherited
toBuilder() VKWebAppUpdateConfigBuilder
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<VKWebAppUpdateConfig>
VKWebAppUpdateConfig serializer
no setter