Gamebase SDK for Android  1.9.0
Toast Gamebase Platform
TransferKeyInfo Class Reference

TransferKeyInfo. More...

Inheritance diagram for TransferKeyInfo:
Inheritance graph
Collaboration diagram for TransferKeyInfo:
Collaboration graph

Public Member Functions

 TransferKeyInfo ()
 
String getTransferKey ()
 Returns the transfer key. More...
 
long getRegDate ()
 Returns the time at which the transfer key was issued. More...
 
long getExpireDate ()
 Returns the expiration time of the transfer key. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ TransferKeyInfo()

Member Function Documentation

◆ getExpireDate()

long getExpireDate ( )

Returns the expiration time of the transfer key.

Returns
The epoch time the transfer key is expired.

◆ getRegDate()

long getRegDate ( )

Returns the time at which the transfer key was issued.

Returns
The epoch time the transfer key was issued.

◆ getTransferKey()

String getTransferKey ( )

Returns the transfer key.

Returns
Transfer key used for account transfer.
Transfer key must satisfy 8 alphanumeric characters.