GameTrialProcess class

Handles trial duration expiration.

You need to implement this API to obtain the notification to be displayed when the trial duration of a user who has not performed identity verification ends. This object is passed when the PlayersClient.setGameTrialProcess method of PlayersClient is called.

Constructors

GameTrialProcess(OnTrialTimeOut onTrialTimeOut, OnCheckRealNameResult onCheckRealNameResult)

Properties

hashCode int
The hash code for this object.
no setterinherited
onCheckRealNameResult OnCheckRealNameResult
Callback for identity verification result.
getter/setter pair
onTrialTimeOut OnTrialTimeOut
Callback for trial duration expiration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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