ServerSideVerificationOptions

public class ServerSideVerificationOptions


Options for RewardedAd server-side verification callbacks. Set options on a object using the setServerSideVerificationOptions setServerSideVerificationOptions method.

Summary

Nested types

Builder for ServerSideVerificationOptions.

Public fields

final String
final String

Public methods

String

Returns the custom data set by setCustomData, or empty if custom data has not been set.

String

Returns the user id set by setUserId, or empty if custom data has not been set.

Public fields

customData

public final String customData

userId

public final String userId

Public methods

getCustomData

public String getCustomData()

Returns the custom data set by setCustomData, or empty if custom data has not been set.

getUserId

public String getUserId()

Returns the user id set by setUserId, or empty if custom data has not been set.