LoadingCustomize

data class LoadingCustomize(@ColorRes val backgroundColorRes: Int = R.color.alviere_sdk_accounts_loading_background, @ColorRes val loadingBarColorRes: Int = R.color.alviere_sdk_accounts_loading_bar, @StringRes val loadingTitleRes: Int = R.string.alviere_sdk_accounts_loading_title, @ColorRes val loadingTitleColorRes: Int = R.color.alviere_sdk_accounts_loading_title, @DimenRes val loadingTitleTextSizeRes: Int = R.dimen.alviere_sdk_accounts_loading_title_text_size, @StringRes val loadingMessageRes: Int = R.string.alviere_sdk_accounts_loading_message, @ColorRes val loadingMessageColorRes: Int = R.color.alviere_sdk_accounts_loading_message, @DimenRes val loadingMessageTextSizeRes: Int = R.dimen.alviere_sdk_accounts_loading_message_text_size, val loadingBarColor: Int? = null, val loadingTitle: String? = null, val loadingTitleColor: Int? = null, val loadingTitleTextSize: Float? = null, val loadingMessage: String? = null, val loadingMessageColor: Int? = null, val loadingMessageTextSize: Float? = null)

Loading customization Object.

Constructors

Link copied to clipboard
constructor(@ColorRes backgroundColorRes: Int = R.color.alviere_sdk_accounts_loading_background, @ColorRes loadingBarColorRes: Int = R.color.alviere_sdk_accounts_loading_bar, @StringRes loadingTitleRes: Int = R.string.alviere_sdk_accounts_loading_title, @ColorRes loadingTitleColorRes: Int = R.color.alviere_sdk_accounts_loading_title, @DimenRes loadingTitleTextSizeRes: Int = R.dimen.alviere_sdk_accounts_loading_title_text_size, @StringRes loadingMessageRes: Int = R.string.alviere_sdk_accounts_loading_message, @ColorRes loadingMessageColorRes: Int = R.color.alviere_sdk_accounts_loading_message, @DimenRes loadingMessageTextSizeRes: Int = R.dimen.alviere_sdk_accounts_loading_message_text_size, loadingBarColor: Int? = null, loadingTitle: String? = null, loadingTitleColor: Int? = null, loadingTitleTextSize: Float? = null, loadingMessage: String? = null, loadingMessageColor: Int? = null, loadingMessageTextSize: Float? = null)

Properties

Link copied to clipboard

background color resource to be applied

Link copied to clipboard
val loadingBarColor: Int? = null

loading bar color to be applied

Link copied to clipboard

loading bar color resource to be applied

Link copied to clipboard
val loadingMessage: String? = null

loading message text to be applied.

Link copied to clipboard

loading message color to be applied

Link copied to clipboard

loading message color resource to be applied

Link copied to clipboard

loading message text resource to be applied.

Link copied to clipboard

loading message text size to be applied

Link copied to clipboard

loading message text size resource to be applied

Link copied to clipboard
val loadingTitle: String? = null

loading title text to be applied.

Link copied to clipboard
val loadingTitleColor: Int? = null

loading title color to be applied

Link copied to clipboard

loading title color resource to be applied

Link copied to clipboard

loading title text resource to be applied.

Link copied to clipboard

loading title text size to be applied

Link copied to clipboard

loading title text size resource to be applied

Functions

Link copied to clipboard

Get loading bar color.

Link copied to clipboard

Get loading message color.

Link copied to clipboard

Get loading message text.

Link copied to clipboard

Get loading title color.

Link copied to clipboard

Get loading title text.