Does this prompt mean that the parameters I passed is incorrect, or the number of parameters is incorrect, or the type of parameters is incorrect?
I tried use like these, but no one worked:
greenworks.getTicketSteamId();
greenworks.getTicketSteamId('my_ticket'); //my_ticket is get from greenworks.getEncryptedAppTicket method
greenworks.getTicketSteamId('user_content');
greenworks.getTicketSteamId('my_ticket', (r:any)=>{
console.log('r',r)
});
Does this prompt mean that the parameters I passed is incorrect, or the number of parameters is incorrect, or the type of parameters is incorrect?
I tried use like these, but no one worked: