DocsMarshal
/
Types
/
DocsMarshal.Workflow.ActivityLibrary.AzureNotificationHub.Platform
enum
Platform
Represents the platform for which the message is.
Properties
Android
= 0
Android devices which use FCM (Firebase) notifications.
iOS
= 1
iOS devices which use apple notifications.
Top