GoogleMobileAds.Api.ServerSideVerificationOptions

Options for rewarded ad types server-side verification callbacks.

Summary

Options are created using ServerSideVerificationOptions.Builder.

Constructors and Destructors

ServerSideVerificationOptions()
ServerSideVerificationOptions(ServerSideVerificationOptions options)

Public attributes

CustomData
string
Custom data of the current user.
UserId
string
The user id of the current user.

Public attributes

CustomData

string CustomData

Custom data of the current user.

UserId

string UserId

The user id of the current user.

Public functions

ServerSideVerificationOptions

 ServerSideVerificationOptions()

ServerSideVerificationOptions

 ServerSideVerificationOptions(
  ServerSideVerificationOptions options
)

Creates a ServerSideVerificationOptions from a given ServerSideVerificationOptions.

Details
Parameters
options
The ServerSideVerificationOptions parameter to copy.