VKWebAppGetAdsResult class abstract

Result of VKBridge.getAds

Constructors

VKWebAppGetAdsResult([void updates(VKWebAppGetAdsResultBuilder)])
VKWebAppGetAdsResult factory
factory

Properties

advertisingLabel String?
advertisingLabel
no setter
ageRestrictions String?
ageRestrictions
no setter
bannerID String?
bannerID
no setter
ctaText String?
ctaText
no setter
description String?
description
no setter
directLink
no setter
domain String?
domain
no setter
hashCode int
The hash code for this object.
no setterinherited
iconHeight double?
iconHeight
no setter
iconLink
no setter
iconWidth double?
iconWidth
no setter
imageHeight double?
imageHeight
no setter
imageLink
no setter
imageWidth double?
imageWidth
no setter
navigationType
no setter
openInBrowser bool?
openInBrowser
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statistics → BuiltList<Stats>?
statistics
no setter
title String?
title
no setter
trackingLink
no setter
type String?
type
no setter
urlTypes String?
urlTypes
no setter

Methods

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