A
A
Artemy2018-11-19 18:44:43
Kotlin
Artemy, 2018-11-19 18:44:43

How to write an empty DateFormat?

What to write in place of "What's here?" to pass an empty value?

(...)
override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int) {
                mListener?.loginFragmentDataListener("",s.toString(),"","","",что тут?)
            }
        })

        return view
    }

    interface LoginFragmentDataListener {
        fun loginFragmentDataListener(
            phone: String,
            firstName: String,
            lastName: String,
            patronymName: String,
            eMail: String,
            dateFormat: DateFormat
        )
    }

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question