LaunchExternalLinkParamsAndroid constructor
const
LaunchExternalLinkParamsAndroid({
- required BillingProgramAndroid billingProgram,
- required ExternalLinkLaunchModeAndroid launchMode,
- required ExternalLinkTypeAndroid linkType,
- required String linkUri,
Implementation
const LaunchExternalLinkParamsAndroid({
/// The billing program (EXTERNAL_CONTENT_LINK or EXTERNAL_OFFER)
required this.billingProgram,
/// The external link launch mode
required this.launchMode,
/// The type of the external link
required this.linkType,
/// The URI where the content will be accessed from
required this.linkUri,
});