hideTitle

fun hideTitle(): Boolean

Hides the Title of ProgressDialog. Title is Hidden by Default. Use this method only if you have used setTitle before. This method won't work if setNegativeButton was used before.

Return

true if Title is Hid. false if the Title is already Hidden or if NegativeButton is used.