Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
final config = new QonversionConfigBuilder(
'projectKey',
QLaunchMode.subscriptionManagement
).build();
Qonversion.initialize(config);
final noCodesConfig = new NoCodesConfigBuilder(projectKey).build();
NoCodes.initialize(noCodesConfig);
final config = NoCodesPresentationConfig(
animated: true,
presentationStyle: NoCodesPresentationStyle.fullScreen,
);
NoCodes.getSharedInstance().setScreenPresentationConfig(config, contextKey: 'yourContextKey');
_screenShownStream = NoCodes.getSharedInstance().screenShownStream.listen((event) {
// add functionality here
});