Package-level declarations
Types
Link copied to clipboard
data class GamebaseQueryTermsResult(val termsSeq: Int, val termsVersion: String, val termsCountryType: String, val contents: List<GamebaseTermsContentDetail>) : ValueObject
Link copied to clipboard
Result data class of showTermsView.
Link copied to clipboard
Link copied to clipboard
data class GamebaseTermsContentDetail(val termsContentSeq: Int = -1, val name: String?, val required: Boolean, val agreePush: String?, val agreed: Boolean, val node1DepthPosition: Int = -1, val node2DepthPosition: Int = -1, val detailPageUrl: String?) : ValueObject
Link copied to clipboard
data class GamebaseUpdateTermsConfiguration(val termsSeq: Int, val termsVersion: String, val contents: List<GamebaseTermsContent>) : ValueObject