ApplinkingInfo class

Constructors

ApplinkingInfo({SocialCardInfo? socialCardInfo, CampaignInfo? campaignInfo, AndroidLinkInfo? androidLinkInfo, iOSLinkInfo? iosLinkInfo, HarmonyOSLinkInfo? harmonyOSLinkInfo, iTunesLinkInfo? itunesLinkInfo, String? domainUriPrefix, String? deepLink, String? longLink, String? shortAppLinkingLength, String? previewType, int? expireMinute, bool? isShowPreview})

Properties

androidLinkInfo AndroidLinkInfo?
final
campaignInfo CampaignInfo?
final
final
domainUriPrefix String?
final
expireMinute int?
final
harmonyOSLinkInfo HarmonyOSLinkInfo?
final
hashCode int
The hash code for this object.
no setterinherited
iosLinkInfo iOSLinkInfo?
final
isShowPreview bool?
final
itunesLinkInfo iTunesLinkInfo?
final
final
previewType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortAppLinkingLength String?
final
socialCardInfo SocialCardInfo?
final

Methods

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

Operators

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