Package com.ft.skinService.viewModel

Types

| FTSkinServiceViewModel | open class FTSkinServiceViewModel : AndroidViewModel
Copyright © 2019 FinTiv. All rights reserved. Skin service view model |

FTSkinServiceViewModel

open class FTSkinServiceViewModel : AndroidViewModel

Copyright © 2019 FinTiv. All rights reserved.
Skin service view model

Constructors

| <init> | FTSkinServiceViewModel(appContext:Application)
Copyright © 2019 FinTiv. All rights reserved. Skin service view model |

Functions

| getMySkinService | fun getMySkinService():Unit
Retrieve my skins from the server. |
| setBeaconSkin | fun setBeaconSkin(beaconId:String?):Boolean
Validate whether beacon skin exists and save it |
| setDefaultSkin | fun setDefaultSkin():Boolean
Validate whether default skin exists and save it |

Companion Object Properties

| chameleonMap | var chameleonMap:HashMap<String,String> |