Package com.ft

Types

| FTPAddCreditCardActivity | open class FTPAddCreditCardActivity : AppCompatActivity
Copyright © 2019 FinTiv. All rights reserved. Add credit card view |
| FTPayments | object FTPayments
Copyright © 2019 FinTiv. All rights reserved. |
| GetMoneyContainerActivity | class GetMoneyContainerActivity : AppCompatActivity |

FTPAddCreditCardActivity

open class FTPAddCreditCardActivity : AppCompatActivity

Copyright © 2019 FinTiv. All rights reserved.
Add credit card view

Constructors

| <init> | FTPAddCreditCardActivity()
Copyright © 2019 FinTiv. All rights reserved. Add credit card view |

Properties

| viewModelFT | lateinit var viewModelFT:FTPMoneyContainerViewModel |

Functions

| changeColorEditText | fun changeColorEditText(textColor:String?):Unit |
| changeColorTextInputLayout | fun changeColorTextInputLayout(normalColor:String?, highlightedColor:String?):Unit |
| onCreate | open fun onCreate(savedInstanceState:Bundle?):Unit |
| onDestroy | open fun onDestroy():Unit |
| saveFab | fun saveFab(color:String?, tint:String?):Unit |

Companion Object Properties

| MONEY_CONTAINER | val MONEY_CONTAINER:String |
| RESULT_CODE | val RESULT_CODE:Int |

FTPayments

object FTPayments

Copyright © 2019 FinTiv. All rights reserved.

Functions

| currentToken | fun currentToken(context:Context):FTPSingOnResponse?
Fetch payment token |
| removeToken | fun removeToken(context:Context):Unit
Remove payment token |
| saveToken | fun saveToken(context:Context, singOnResponse:FTPSingOnResponse):Unit
Save payment token |
| setup | fun setup(tenant:String, endpoint:String? = null):Unit
Framework’s entry point. Static setup() method MUST be called before using any Controller |

GetMoneyContainerActivity

class GetMoneyContainerActivity : AppCompatActivity

Constructors

| <init> | GetMoneyContainerActivity() |

Functions

| onCreate | fun onCreate(savedInstanceState:Bundle?):Unit |
| onDestroy | fun onDestroy():Unit |