Constructors

Link copied to clipboard
constructor()

Properties

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getTextFontSize(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun setBackgroundColor(@NonNull hexColorCode: String)
Link copied to clipboard
open fun setButtonText(@NonNull buttonText: String)
Link copied to clipboard
open fun setHeaderText(@NonNull headerText: String)
Link copied to clipboard
open fun setStatusBarColor(@NonNull statusBarColor: String)
Link copied to clipboard
open fun setTextColor(@NonNull textColor: String)
abstract fun setTextColor(@NonNull hexColorCode: String)
Link copied to clipboard
open fun setTextFontName(@NonNull textFontName: String)
abstract fun setTextFontName(@NonNull fontName: String)
Link copied to clipboard
open fun setTextFontSize(textFontSize: Int)
abstract fun setTextFontSize(fontSize: Int)
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)