Uses of Enum Class
com.iizix.gyro.IToaster.Direction
Packages that use IToaster.Direction
Uses of IToaster.Direction in com.iizix.gyro
Methods in com.iizix.gyro that return IToaster.DirectionModifier and TypeMethodDescriptionstatic IToaster.DirectionReturns the enum constant of this class with the specified name.static IToaster.Direction[]IToaster.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.gyro with parameters of type IToaster.DirectionModifier and TypeMethodDescriptiondefault voidIToaster.toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type) Displays a simple, unobstructive and ephemeral text message to the user.voidIToaster.toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.default voidIToaster.toast(String message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type) Displays a simple, unobstructive and ephemeral text message to the user.default voidIToaster.toast(String message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.Uses of IToaster.Direction in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IToaster.DirectionModifier and TypeMethodDescriptionvoidToaster.toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.Uses of IToaster.Direction in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IToaster.DirectionModifier and TypeMethodDescriptionvoidAppSessionGyro.toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.voidClientSessionGyro.toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.