Packagecom.distriqt.extension.adverts.rewarded
Classpublic class ServerSideVerificationOptions
InheritanceServerSideVerificationOptions Inheritance Object



Public Properties
 PropertyDefined By
  customData : String
ServerSideVerificationOptions
  userId : String
ServerSideVerificationOptions
Public Methods
 MethodDefined By
  
ServerSideVerificationOptions
  
Sets custom data to be included in server-side verification callbacks.
ServerSideVerificationOptions
  
Sets the user id to be used in server-to-server reward callbacks
ServerSideVerificationOptions
Property Detail
customDataproperty
public var customData:String

See also

userIdproperty 
public var userId:String

See also

Constructor Detail
ServerSideVerificationOptions()Constructor
public function ServerSideVerificationOptions()



Method Detail
setCustomData()method
public function setCustomData(customData:String):ServerSideVerificationOptions

Sets custom data to be included in server-side verification callbacks. Note that the custom reward string will be percent escaped and may require decoding when parsed from the SSV callback.

Parameters

customData:String — custom data

Returns
ServerSideVerificationOptionsServerSideVerificationOptions instance for chaining calls
setUserId()method 
public function setUserId(userId:String):ServerSideVerificationOptions

Sets the user id to be used in server-to-server reward callbacks

Parameters

userId:String — the user id of the current user

Returns
ServerSideVerificationOptionsServerSideVerificationOptions instance for chaining calls