Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add info about iOS foreground notifications #13956

Merged
merged 3 commits into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 14 additions & 1 deletion apidoc/Titanium/App/iOS/UserNotificationCenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ properties:

- name: userInfo
summary: Custom data object.
type: Dictionary
type: UserInfoDictionary

- name: category
summary: Category identifier of the notification.
Expand All @@ -160,6 +160,19 @@ properties:
- identifier: The identifier of the region.
type: Dictionary

---
name: UserInfoDictionary
summary: |
Dictionary object of parameters.
platforms: [iphone, ipad, macos]

properties:
- name: showInForground
summary: Show notification if app is in foreground
description: |
Boolean if a notification banner is shown if the app is in foreground.
type: Number

---
name: GetUserNotificationSettings
summary: |
Expand Down