MyketStoreOpenAppPageAction class

An action to open a specific app's page in the Myket store.

This class extends MyketStore and implements multiple interfaces to provide comprehensive functionality for opening app pages with fallback support.

Inheritance
Implemented types

Constructors

MyketStoreOpenAppPageAction({required String packageName, String? referrer})
Creates a new MyketStoreOpenAppPageAction instance.

Properties

androidPackageName String
The Android package name for the Myket app.
no setterinherited
The app link URL for opening the specified app in the Myket app.
no setteroverride
customScheme String
The custom URL scheme for the Myket app.
no setterinherited
The fallback link to use when the Myket app cannot be opened.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
macosBundleIdentifier String?
The MacOS bundle identifier for the Myket app (not applicable for Android).
no setterinherited
packageName String
The package name of the app to open in the Myket store.
final
platform PlatformType
The platform this store app is associated with (Android).
no setterinherited
referrer String?
Optional referrer parameter for tracking.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedPlatforms List<PlatformType>
The platforms that the Myket app supports.
no setterinherited
website Uri
The web URL for the Myket store.
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