API Module
initialize(options)
await NativeLucraClient.initialize({
sdkKey: '...',
environment: '...',
enableDebugLogs: true,
});present(params)
closeFullScreenLucraFlows()
configureUser(user)
logout()
getUser()
getMatchup(matchupId)
createRecreationalGame(gameTypeId, atStake, playStyle)
acceptVersusRecreationalGame(matchupId, teamId)
acceptFreeForAllRecreationalGame(matchupId)
cancelGamesMatchup(matchupId)
getRecommendedTournaments(params)
tournamentMatchup(tournamentId)
joinTournament(tournamentId)
addListener(eventType)
removeListeners(count)
emitDeepLink(deepLink)
emitCreditConversion(creditConversion)
handleLucraLink(link)
registerDeviceTokenHex(token)
registerDeviceTokenBase64(token)
registerConvertToCreditProvider()
registerRewardProvider()
emitAvailableRewards(rewards)
Last updated