Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationHubInstallation

Hierarchy

  • NotificationHubInstallation

Index

Properties

Optional Readonly expirationTime

expirationTime: string

Optional Readonly expiredPushChannel

expiredPushChannel: string

installationId

installationId: string

Optional Readonly lastActiveOn

lastActiveOn: string

Optional Readonly lastUpdate

lastUpdate: string

platform

platform: "apns" | "wns" | "mpns" | "adm" | "gcm"

pushChannel

pushChannel: string

Optional secondaryTile

secondaryTile: {}

Type declaration

  • [titleId: string]: { pushChannel: string; tags?: string[]; templates?: any }
    • pushChannel: string
    • Optional tags?: string[]
    • Optional templates?: any

Optional tags

tags: string[]

Optional templates

templates: {}

Type declaration

  • [name: string]: { body: string; expiry?: string; headers?: any; tags?: string[] }
    • body: string
    • Optional expiry?: string
    • Optional headers?: any
    • Optional tags?: string[]

Optional userId

userId: string

Generated using TypeDoc