ServerSideVerificationOptions

data class ServerSideVerificationOptions(val userId: String? = null, val customData: String? = null)(source)

Server-side verification options for rewarded and rewarded-interstitial ads. Provides userId and customData to the reward server callback for reward validation.

Constructors

Link copied to clipboard
constructor(userId: String? = null, customData: String? = null)

Properties

Link copied to clipboard

Custom data sent to the reward server.

Link copied to clipboard

User identifier sent to the reward server.