Classes
- InAppMessage
- InAppMessageAction
- InAppMessageBannerContent
- InAppMessageCardContent
- InAppMessageImageOnlyContent
- InAppMessageModalContent
- InAppMessageReportingCallback
- InAppMessageWebViewContent
- ConsentError
- Error
- InternalError
- InvalidArgumentError
- NotificationPayloadError
- PermissionError
- PluginError
- PopupError
- PushNotificationsNotSupportedError
- RegistrationInProgressError
- SubscriptionStateError
- UserCancellationError
Namespaces
- WonderPush
- WonderPushPluginSDK
- Storage
- WonderPushSDK
- Constants
- Data
- Developer
- Errors
- Geo
- Notification
- Plugins
- Rest
Events
-
WonderPushCallMethodEvent
-
WonderPushEvent to indicate a method call.
Properties:
Name Type Description typestring "method"
methodstring The method name
argstring The method arg
-
WonderPushNotificationOpenedEvent
-
WonderPushEvent to indicate a click on a notification action of type "Let application code decide", e.g. a target URL of wonderpush://notificationOpen/broadcast
Properties:
Name Type Description typestring "notificationOpened"
eventObject The browser "notificationclick" event
WonderPushSDKWonderPushSDK The SDK instance
-
WonderPushSessionEvent
-
WonderPushEvent to indicate SDK initialization state.
- See:
Properties:
Name Type Description typestring "session"
stateWonderPushSDK.SessionState The session initialization state
WonderPushSDKWonderPushSDK The SDK instance
-
WonderPushSubscriptionEvent
-
WonderPushEvent to indicate push notification subscription state.
- See:
Properties:
Name Type Description typestring "subscription"
stateWonderPushSDK.SubscriptionState The push notification subscription state
WonderPushSDKWonderPushSDK The SDK instance
-
WonderPushTrackEventEvent
-
WonderPushEvent to indicate a that WonderPush.trackEvent was called
Properties:
Name Type Description typestring "trackEvent"
eventObject The data passed to trackEvent
Properties
Name Type Description typestring The type of trackEvent
customObject The custom properties passed to trackEvent
occurrencesObject A dictionary of occurrences with keys "allTime", "last1days", etc.
WonderPushSDKWonderPushSDK The SDK instance