Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rampkit.com/llms.txt

Use this file to discover all available pages before exploring further.

Check Initialization

RampKit.isInitialized(); // boolean

Get User ID

RampKit.getUserId(); // string | null

Cleanup

Call when app terminates or user logs out:
await RampKit.cleanup();