diff --git a/apidoc/Titanium/App/iOS/UserNotificationCenter.yml b/apidoc/Titanium/App/iOS/UserNotificationCenter.yml index 75d8708585b..f9b32f8d54a 100644 --- a/apidoc/Titanium/App/iOS/UserNotificationCenter.yml +++ b/apidoc/Titanium/App/iOS/UserNotificationCenter.yml @@ -133,7 +133,7 @@ properties: - name: userInfo summary: Custom data object. - type: Dictionary + type: UserInfoDictionary - name: category summary: Category identifier of the notification. @@ -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: |