Interface ToastsTagDeclaration

    • Method Detail

      • setValue

        void setValue​(String value)
        Must be a collection of #Toast objects.
      • setPlacement

        void setPlacement​(String placement)
        Defines the placement of the toasts. Default is "bottomRight".
      • setDisposeDelay

        void setDisposeDelay​(String disposeDelay)
        Delay in milliseconds before hiding the toast. Default is "5000". Set to "-1" to never automatically hide the toast.