PlaytimeExtensions class

This interface is used to pass additional identifiers of the user.

Constructors

PlaytimeExtensions({String? subId1, String? subId2, String? subId3, String? subId4, String? subId5})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subId1 String?
An optional identifier that is provided back in the S2S payout URL.
getter/setter pair
subId2 String?
An optional identifier that is provided back in the S2S payout URL.
getter/setter pair
subId3 String?
An optional identifier that is provided back in the S2S payout URL.
getter/setter pair
subId4 String?
An optional identifier that is provided back in the S2S payout URL.
getter/setter pair
subId5 String?
An optional identifier that is provided back in the S2S payout URL.
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) PlaytimeExtensions