GoogleMobileAds.Api.ServerSideVerificationOptions.Builder

Constructs a Builder.

Summary

Constructors and Destructors

Builder()

Public functions

Build()
Constructs an ServerSideVerificationOptions with the specified attributes.
SetCustomData(string customData)
Set custom data of the current user.
SetUserId(string userId)
Sets the user id of the current user.

Public functions

Build

ServerSideVerificationOptions Build()

Constructs an ServerSideVerificationOptions with the specified attributes.

Builder

 Builder()

SetCustomData

Builder SetCustomData(
  string customData
)

Set custom data of the current user.

SetUserId

Builder SetUserId(
  string userId
)

Sets the user id of the current user.