class VirtualCurrencyTransferFragment : Fragment, OnFocusChangeListener
This flow is only available after user has completed Wallet setup flow.
<init> |
This flow is only available after user has completed Wallet setup flow. VirtualCurrencyTransferFragment() |
onCreateView |
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View |
onFocusChange |
fun onFocusChange(v: View, hasFocus: Boolean): Unit |
onViewCreated |
fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |