-
public class OpenIapError.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static OpenIapError.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringtoCode(OpenIapError error)final StringdefaultMessage(String code)final Map<String, String>getAllErrorCodes()-
-
Method Detail
-
toCode
final String toCode(OpenIapError error)
-
defaultMessage
final String defaultMessage(String code)
-
getAllErrorCodes
final Map<String, String> getAllErrorCodes()
-
-
-
-