Class ToastFactory

java.lang.Object
ca.phon.ui.toast.ToastFactory

public class ToastFactory extends Object
Collection of static methods used to create Toast objects.
Author:
ghedlund
  • Constructor Details

    • ToastFactory

      public ToastFactory()
  • Method Details

    • makeToast

      public static Toast makeToast(String message)
      Make a new toast with default options and given message.
      Parameters:
      message -
      Returns:
      the new toast