Context API
Quick Start
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'
const launchParams = await RundotGameAPI.context.launchParams
const shareParams = await RundotGameAPI.context.shareParams
const notificationParams = await RundotGameAPI.context.notificationParams
console.log('Launch parameters:', launchParams)
console.log('Share parameters:', shareParams)
console.log('Notification parameters:', notificationParams)Payload Guidelines
Best Practices
Last updated