ServerSideVerificationOptions

public class ServerSideVerificationOptions


RewardedAd サーバーサイド認証コールバックのオプション。setServerSideVerificationOptions setServerSideVerificationOptions メソッドを使用して、オブジェクトにオプションを設定します。

概要

ネストされた型

ServerSideVerificationOptions のビルダー。

公開フィールド

final String
final String

パブリック メソッド

String

setCustomData によって設定されたカスタムデータを返します。カスタムデータが設定されていない場合は空を返します。

String

setUserId によって設定されたユーザー ID を返します。カスタムデータが設定されていない場合は空を返します。

公開フィールド

customData

public final String customData

userId

public final String userId

パブリック メソッド

getCustomData

public String getCustomData()

setCustomData によって設定されたカスタムデータを返します。カスタムデータが設定されていない場合は空を返します。

getUserId

public String getUserId()

setUserId で設定されたユーザー ID を返します。カスタムデータが設定されていない場合は空を返します。