Type Table Event init Revision Release 2024.3703 Keywords Google, IAP, in-app purchases, init, transaction See also init store.*
This table contains the following
state
— A string value of "initialized"
which is dispatched when the initialization process started by store.init() has completed and Google IAP is ready.
isError
— A boolean indicating that an error occurred. In this case, more details are indicated by errorType
and errorString
.
errorType
— A string representing the type of error that occurred if isError
is true
.
errorString
— A more descriptive error message (string) if isError
is true
.