export DeviceRegistration

interface DeviceRegistration {
    Handle?: null | string;
    Platform?: HubNotificationPlatform;
    Tags?: null | string[];
}

Properties

Handle?: null | string

Device unique token to identify mobiles

Tags?: null | string[]

Define tags to send messages to tags only