GlobalData

open class GlobalData

Author

liudy

Functions

Link copied to clipboard
open fun getArea(): Int
get the area which use for now
Link copied to clipboard
get the guider status
Link copied to clipboard
open fun getInstance(context: Context): GlobalData
Link copied to clipboard
open fun getLogin(): Boolean
get the login status
Link copied to clipboard
get the pinkey set status
Link copied to clipboard
open fun getPinpadVersion(): Int
get the version which use for now
Link copied to clipboard
open fun getTmkId(): Int
get the tmkid which use for now
Link copied to clipboard
get the welcome status
Link copied to clipboard
open fun init(context: Context)
Link copied to clipboard
open fun setArea(area: Int)
set the area which use for now
Link copied to clipboard
open fun setGuiderShows(ifShow: Boolean)
set the guider shows or not
Link copied to clipboard
open fun setLogin(ifLogin: Boolean)
set the login
Link copied to clipboard
open fun setPinkeyFlag(ifset: Boolean)
set the pinkey flag
Link copied to clipboard
open fun setPinpadVersion(pinpadVersion: Int)
set the version which use for now
Link copied to clipboard
open fun setTmkId(tmkid: Int)
set the tmkid which use for now
Link copied to clipboard
open fun setWelcomeShows(ifShow: Boolean)
set the welcome shows or not

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var mContext: Context