StoreOpenAppPageAction class abstract

Represents an action to open an app's page in an app store.

This interface combines StoreApp and AppAction to define actions that open specific app pages within app stores. This is typically used to redirect users to download or update an app when it's not installed or when a fallback is needed.

Inheritance
Implemented types
Implementers

Properties

androidPackageName String?
The Android package name for the application.
no setterinherited
customScheme String?
The custom URL scheme for the application.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
macosBundleIdentifier String?
The MacOS bundle identifier for the application.
no setterinherited
platform PlatformType
The platform type this store app is associated with.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedPlatforms List<PlatformType>
The platforms that the application supports.
no setterinherited
website Uri
The web URL for the application.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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