DeeplinkApi class abstract

Constructors

DeeplinkApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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

Constants

androidAppLinkSettings → const String
Returns app link settings of the android sub-project in json format.
androidBuildVariantPropertyName → const String
The property name for the query parameter passed along with androidAppLinkSettings requests to the server that describes the build variant the api is targeting.
androidBuildVariants → const String
Returns a list of available build variants of the android sub-project.
deeplinkRootPathPropertyName → const String
The property name for the query parameter passed along with deeplink-related requests to the server that describes the package root for the app.
iosBuildOptions → const String
Returns available build options of the ios sub-project in json format.
iosUniversalLinkSettings → const String
Returns universal link settings of the ios sub-project in json format.
xcodeConfigurationPropertyName → const String
The property name for the query parameter passed along with iosUniversalLinkSettings requests to the server that describes the Xcode configuration the api is targeting.
xcodeTargetPropertyName → const String
The property name for the query parameter passed along with iosUniversalLinkSettings requests to the server that describes the Xcode target the api is targeting.