-
public final class GABasicCardsBuilderKt
-
-
Method Summary
Modifier and Type Method Description final GABasicCardbasicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, CharSequence formattedText, GAImage image, List<GAButton> buttons)Provides a GABasicCard with all available parameters. final GABasicCardbasicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, CharSequence formattedText, GAImage image, GAButton button)Provides a GABasicCard with only one GAButton (only one is supported for now anyway). final GABasicCardbasicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, GAImage image, GAButton button)Provides a GABasicCard without formattedText. final GABasicCardbasicCard(I18nTranslator $self, CharSequence title, GAButton button)Provides a GABasicCard with title and button. final GABasicCardbasicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle)Provides a GABasicCard with title and subtitle. final GABasicCardbasicCard(I18nTranslator $self, CharSequence title, GAImage image)Provides a GABasicCard with title and image. final GABasicCardbasicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, GAImage image)Provides a GABasicCard with title, subtitle and image. final GABasicCardbasicCard(I18nTranslator $self, GAImage image)Provides a GABasicCard with an image. -
-
Method Detail
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, CharSequence formattedText, GAImage image, List<GAButton> buttons)
Provides a GABasicCard with all available parameters.
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, CharSequence formattedText, GAImage image, GAButton button)
Provides a GABasicCard with only one GAButton (only one is supported for now anyway).
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, GAImage image, GAButton button)
Provides a GABasicCard without formattedText.
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, CharSequence title, GAButton button)
Provides a GABasicCard with title and button.
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle)
Provides a GABasicCard with title and subtitle.
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, CharSequence title, GAImage image)
Provides a GABasicCard with title and image.
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, CharSequence title, CharSequence subtitle, GAImage image)
Provides a GABasicCard with title, subtitle and image.
-
basicCard
final GABasicCard basicCard(I18nTranslator $self, GAImage image)
Provides a GABasicCard with an image.
-
-
-
-