Package 

Object AlertContainer.Companion

  • All Implemented Interfaces:
    com.squareup.workflow1.ui.ViewFactory , com.squareup.workflow1.ui.ViewRegistry.Entry

    
    public class AlertContainer.Companion
     implements ViewFactory<AlertContainerScreen<?>>
                        
    • Method Summary

      Modifier and Type Method Description
      final ViewFactory<AlertContainerScreen<?>> customThemeBinding(@StyleRes() Integer dialogThemeResId) Creates a ViewFactory to show the AlertScreens of an AlertContainerScreen as Android AlertDialogs.
      KClass<in AlertContainerScreen<?>> getType()
      • Methods inherited from class com.squareup.workflow1.ui.modal.AlertContainer.Companion

        buildView
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • customThemeBinding

         final ViewFactory<AlertContainerScreen<?>> customThemeBinding(@StyleRes() Integer dialogThemeResId)

        Creates a ViewFactory to show the AlertScreens of an AlertContainerScreen as Android AlertDialogs.

        Parameters:
        dialogThemeResId - the resource ID of the theme against which to inflate dialogs.