PlaytimeOptions class

The options passed to Playtime methods.

Constructors

PlaytimeOptions({String? userId, String? sdkHash, List<String?>? tokens, PlaytimeUserProfile? userProfile, PlaytimeParams? params, PlaytimeExtensions? extensions})

Properties

extensions PlaytimeExtensions?
Extension IDs visible in S2S payouts.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
params PlaytimeParams?
User acquisition parameters.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkHash String?
The SDK hash for initialization.
getter/setter pair
tokens List<String?>?
A list of tokens.
getter/setter pair
userId String?
A custom identifier you must assign to each user.
getter/setter pair
userProfile PlaytimeUserProfile?
User profile for targeting.
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object result) PlaytimeOptions