PromptContentViewWithMoreOptionsButton.Builder


class PromptContentViewWithMoreOptionsButton.Builder


A builder used to set individual options for the PromptContentViewWithMoreOptionsButton class.

Summary

Public constructors

Public functions

PromptContentViewWithMoreOptionsButton
@RequiresPermission(value = "")
build()

Creates a PromptContentViewWithMoreOptionsButton.

PromptContentViewWithMoreOptionsButton.Builder
@RequiresPermission(value = "")
setDescription(description: String)

Optional: Sets a description that will be shown on the content view.

Public constructors

Builder

Added in 1.4.0-alpha01
Builder()

Public functions

setDescription

Added in 1.4.0-alpha01
@RequiresPermission(value = "")
fun setDescription(description: String): PromptContentViewWithMoreOptionsButton.Builder

Optional: Sets a description that will be shown on the content view.

Parameters
description: String

The description to display.

Throws
java.lang.IllegalArgumentException

If description exceeds certain character limit.