AppsFlyerInviteLinkParams class

This class represents parameters that are used to generate a user invite link.

Constructors

AppsFlyerInviteLinkParams({String? campaign, String? channel, String? referrerName, String? baseDeepLink, String? brandDomain, String? customerID, String? referreImageUrl, Map<String?, String?>? customParams})
Creates an AppsFlyerInviteLinkParams instance. All parameters are optional, allowing greater flexibility when invoking the constructor.

Properties

final
brandDomain String?
final
campaign String?
final
channel String?
final
customerID String?
final
customParams Map<String?, String?>?
final
hashCode int
The hash code for this object.
no setterinherited
referreImageUrl String?
final
referrerName String?
final
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