OutSystems Forge 日本語データベース

Pushwoosh Web Notifications

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-06-17 1.3.0 Armando Gomes All All Marketing, Components, Widgets, Developer Tools
Pushwoosh Web SDK 3.0の実装
使い方は簡単です:プロジェクトでPushwoosh-> PushwooshPermissionを使用してください。 iframe(W:0、H:0)を作成し、許可を求めるメッセージが表示されます。 ユーザーがログインしている場合は、registerUser()APIメソッドが呼び出されます。

[Overview]
Implementation of Pushwoosh Web SDK 3.0
[Detail]
The Pushwoosh Web Notifications component implements the Web Push SDK 3.0 in order to allow the user to receive notifications sent by you through Pushwoosh. Usage is simple: use the Pushwoosh->PushwooshPermission on your project. The behavior depends on the browser. Firefox and Chrome: - It will create an iframe and user is prompted. - If granted and authenticated, invokes registerUser function. If granted and not authenticated, invokes registerDevice. Safari: - It will reload the webpage so the necessary paraphernalia is added. - If granted and authenticated, invokes registerUser function. If granted and not authenticated, invokes registerDevice. For testing purposes on https://armandogomes.outsystemscloud.com/PWWebNotificationsSample/, please use the following credentials: Username: neo Password: 123!"# Versioning: Versions 1.x are standalone versions. Versions 2.x include integration with the Pushwoosh Plugin. Any issues or questions, drop me a note.
戻る