Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Present an onboarding flow with the iOS SDK
import RampKit // For example, from a button tap RampKit.showOnboarding()
// Optional: provide identifiers configured in the RampKit dashboard RampKit.showOnboarding(flowId: "onboarding_v2", startScreenId: "welcome")
RampKit.setUserAttributes([ "plan": "pro", "country": "US", "hasTrial": true ]) RampKit.showOnboarding()