GridRowBuilderDsl


class GridRowBuilderDsl : GridRowBuilder


Helper class annotated with @SliceMarker, which is annotated with @DslMarker. Two implicit receivers that are annotated with @SliceMarker are not accessible in the same scope, ensuring a type-safe DSL.

Summary

Public constructors

Extension functions

inline GridRowBuilder
inline GridRowBuilder

Inherited functions

From androidx.slice.builders.GridRowBuilder
open GridRowBuilder

Add a cell to the grid builder.

open GridRowBuilder

Sets the content description for the entire grid row.

open GridRowBuilder

If all content in a slice cannot be shown, a "see more" affordance may be displayed where the content is cut off.

open GridRowBuilder

If all content in a slice cannot be shown, a "see more" affordance may be displayed where the content is cut off.

Public constructors

GridRowBuilderDsl

Added in 1.0.0-alpha08
GridRowBuilderDsl()

Extension functions