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.
QonversionConfig config = new QonversionConfigBuilder(
"projectKey",
LaunchMode.SubscriptionManagement
).Build();
Qonversion.Initialize(config);
var noCodesConfig = new NoCodesConfigBuilder("projectKey")
.Build();
NoCodes.Initialize(noCodesConfig);
var noCodesConfig = new NoCodesConfigBuilder("projectKey")
.SetNoCodesDelegate(this)
.Build();
NoCodes.Initialize(noCodesConfig);
var screenConfig = new ScreenPresentationConfig(ScreenPresentationStyle.FullScreen, true);
NoCodes.GetSharedInstance().SetScreenPresentationConfig(screenConfig, "yourContextKey");