ServerSideVerificationOptions class

Options for RewardedAd server-side verification callbacks.

See https://developers.google.com/admob/ios/rewarded-video-ssv and https://developers.google.com/admob/android/rewarded-video-ssv for more information.

Constructors

ServerSideVerificationOptions({String? userId, String? customData})
Create ServerSideVerificationOptions with the userId or customData.

Properties

customData String?
The custom data to be used in server-to-server reward callbacks
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
The user id to be used in server-to-server reward callbacks.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited