Package com.example.rocket_launch
Class NotificationHandler
java.lang.Object
com.example.rocket_launch.NotificationHandler
intermediate class between receiving and showing a notification
Author: Kaiden
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationHandler(android.content.Context context, String userId) initialize local notification handler Author: Kaiden -
Method Summary
-
Constructor Details
-
NotificationHandler
initialize local notification handler Author: Kaiden- Parameters:
context- the application, particularly mainActivityuserId- androidId of device
-