Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected clientInfo

clientInfo: any

Protected config

config: Record<string, any>

Protected endpointInitialized

endpointInitialized: boolean = false

Protected initialized

initialized: boolean = false

Protected logger

logger: ConsoleLogger

Static category

category: NotificationsCategory = "Notifications"

Static providerName

providerName: string = "AWSPinpoint"

Methods

configure

  • configure(config?: object): Record<string, any>

getCategory

  • getCategory(): "Notifications"

getProviderName

  • getProviderName(): string

Abstract getSubCategory

identifyUser

  • identifyUser(userId: string, userInfo: UserInfo, userAgentValue?: string): Promise<void>

Protected init

Protected recordAnalyticsEvent

  • recordAnalyticsEvent(event: AWSPinpointAnalyticsEvent): Promise<void>

Protected updateEndpoint