-
public final class GASelectBuildersKt
-
-
Method Summary
Modifier and Type Method Description final GAExpectedIntentexpectedIntentForSimpleSelect(I18nTranslator $self, List<GASelectItem> items)Provides a GAExpectedIntent with a GASimpleSelect. final <T extends Bus<T>> GASelectItemselectItem(T $self, CharSequence title, IntentAware targetIntent, Pair<String, String> parameters)Provides a GASelectItem with String parameters. final <T extends Bus<T>> GASelectItemselectItem(T $self, CharSequence title, IntentAware targetIntent, CharSequence optionTitle, Pair<String, String> parameters)Provides a GASelectItem with option title and String parameters. final <T extends Bus<T>> GASelectItemselectItem(T $self, CharSequence title, IntentAware targetIntent, StoryStep<out StoryHandlerDefinition> step, CharSequence optionTitle, Parameters parameters)Provides a GASelectItem with option title, StoryStep and Parameters parameters. final <T extends Bus<T>> GASelectItemselectItem(T $self, CharSequence title, IntentAware targetIntent, StoryStep<out StoryHandlerDefinition> step, CharSequence optionTitle, Pair<String, String> parameters)Provides a GASelectItem with option title, StoryStep and String parameters. -
-
Method Detail
-
expectedIntentForSimpleSelect
final GAExpectedIntent expectedIntentForSimpleSelect(I18nTranslator $self, List<GASelectItem> items)
Provides a GAExpectedIntent with a GASimpleSelect.
-
selectItem
final <T extends Bus<T>> GASelectItem selectItem(T $self, CharSequence title, IntentAware targetIntent, Pair<String, String> parameters)
Provides a GASelectItem with String parameters.
-
selectItem
final <T extends Bus<T>> GASelectItem selectItem(T $self, CharSequence title, IntentAware targetIntent, CharSequence optionTitle, Pair<String, String> parameters)
Provides a GASelectItem with option title and String parameters.
-
selectItem
final <T extends Bus<T>> GASelectItem selectItem(T $self, CharSequence title, IntentAware targetIntent, StoryStep<out StoryHandlerDefinition> step, CharSequence optionTitle, Parameters parameters)
Provides a GASelectItem with option title, StoryStep and Parameters parameters.
-
selectItem
final <T extends Bus<T>> GASelectItem selectItem(T $self, CharSequence title, IntentAware targetIntent, StoryStep<out StoryHandlerDefinition> step, CharSequence optionTitle, Pair<String, String> parameters)
Provides a GASelectItem with option title, StoryStep and String parameters.
-
-
-
-