Skip to content
Snippets Groups Projects
Commit 1c1ed14d authored by Anil Riza Bektas's avatar Anil Riza Bektas
Browse files

static string

parent 65d38078
No related branches found
No related tags found
No related merge requests found
Pipeline #850700 passed
......@@ -2,12 +2,13 @@
class ProvidesEventsViaMessageType(Functionality):
messageTypePushNotification = 'PushNotification'
messageTypeSMS = 'SMS'
def __init__(self, namespace="ml40", name="", identifier="", parent=None):
super().__init__(
namespace=namespace, name=name, identifier=identifier, parent=parent
)
self.messageTypePushNotification = 'PushNotification'
self.messageTypeSMS = 'SMS'
def subscribeMessage(self, topics: list, desiredEndpoint: str, sender: str, desiredMessageType: str) -> bool:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment