Class DialogHelper
java.lang.Object
com.example.slacks_lottoevent.Utility.DialogHelper
This class contains a helper method to show a custom dialog for crafting messages
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
showMessageDialog
(android.content.Context context, Notifications notifications, String eventId, String listToUse) This method creates a custom dialog for crafting messages
-
Constructor Details
-
DialogHelper
public DialogHelper()
-
-
Method Details
-
showMessageDialog
public static void showMessageDialog(android.content.Context context, Notifications notifications, String eventId, String listToUse) This method creates a custom dialog for crafting messages- Parameters:
context
- The context of the activitynotifications
- The Notifications object to send the messageeventId
- The event ID to send the message tolistToUse
- The list to send the message to
-