AppsFlyerInviteLinkParams constructor

AppsFlyerInviteLinkParams({
  1. String? campaign,
  2. String? channel,
  3. String? referrerName,
  4. String? baseDeepLink,
  5. String? brandDomain,
  6. String? customerID,
  7. String? referreImageUrl,
  8. Map<String?, String?>? customParams,
})

Creates an AppsFlyerInviteLinkParams instance. All parameters are optional, allowing greater flexibility when invoking the constructor.

Implementation

AppsFlyerInviteLinkParams({
  this.campaign,
  this.channel,
  this.referrerName,
  this.baseDeepLink,
  this.brandDomain,
  this.customerID,
  this.referreImageUrl,
  this.customParams
});