You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/ecosystem/ios/notifications/actions.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,16 +44,16 @@ When sending a notification:
44
44
</p>
45
45
46
46
## {% linkable_title Definitions %}
47
-
- Category - A category represents a type of notification that the app might receive. Think of it as a unique group of actions. A categories parameters include:
48
-
-Action - An action consists of a button title and the information that iOS needs to notify the app when the action is selected. You create separate action objects for distinct action your app supports. An actions parameters include:
47
+
- Category - A category represents a type of notification that the app might receive. Think of it as a unique group of actions.
48
+
-Actions - An action consists of a button title and the information that iOS needs to notify the app when the action is selected. You create separate action objects for distinct action your app supports.
49
49
50
50
## {% linkable_title Category parameters %}
51
51
52
52
-**name** (*Required*): A friendly name for this category.
53
53
-**identifier** (*Required*): A unique identifier for the category. Must be lowercase and have no special characters or spaces.
54
-
-**action** (*Required*): A list of actions.
54
+
-**actions** (*Required*): A list of actions.
55
55
56
-
## {% linkable_title Action parameters %}
56
+
## {% linkable_title Actions parameters %}
57
57
58
58
-**identifier** (*Required*): A unique identifier for this action. Must be uppercase and have no special characters or spaces. Only needs to be unique to the category, not unique globally.
59
59
-**title** (*Required*): The text to display on the button. Keep it short.
0 commit comments