Create a class that extends com.wm.adk.notification.WmPollingNotification, as shown in
Example Polling Notification:
SimpleNotification, line 18. The class must implement the abstract methods runNotification and fillWmTemplateDescriptor (Lines 56 and 103). Both methods may be empty initially. For more information, see
Implementing the runNotification Method and
Callbacks.