Package com.ft.skinService.services

Types

| FTSkinNotifier | interface FTSkinNotifier
Copyright © 2019 FinTiv. All rights reserved. |
| SkinServiceApi | interface SkinServiceApi
Copyright © 2019 FinTiv. All rights reserved. |
| SkinServiceClient | class SkinServiceClient
Copyright © 2019 FinTiv. All rights reserved. |

FTSkinNotifier

interface FTSkinNotifier

Copyright © 2019 FinTiv. All rights reserved.

Functions

| updateSkin | abstract fun updateSkin():Unit
Notify when beacon was detected in order to update beacon skin in the app |

SkinServiceApi

interface SkinServiceApi

Copyright © 2019 FinTiv. All rights reserved.

Functions

| getMySkinService | abstract fun getMySkinService(skinClient:MySkinServiceClient): Call<Any>
Retrieve user’s skins service |
| getSkin | abstract fun getSkin(skinClient:SkinClient): Call<Any>
Retrieve user’s skin |

SkinServiceClient

class SkinServiceClient

Copyright © 2019 FinTiv. All rights reserved.

Constructors

| <init> | SkinServiceClient(serverUrl:String)
Copyright © 2019 FinTiv. All rights reserved. |

Properties

| serverUrl | val serverUrl:String
optional custom client endpoint |

Functions

| get | fun get():SkinServiceApi?
Get Skin service api interfaces |