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: appwrite.gemspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gem::Specification.newdo |spec|
2
2
3
3
spec.name='appwrite'
4
-
spec.version='13.0.1'
4
+
spec.version='13.1.0'
5
5
spec.license='BSD-3-Clause'
6
6
spec.summary='Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API'
# @param [Hash] data Additional Data for push notification.
159
+
# @param [Hash] data Additional key-value pair data for push notification.
160
160
# @param [String] action Action for push notification.
161
161
# @param [String] image Image for push notification. Must be a compound bucket ID to file ID of a jpeg, png, or bmp image in Appwrite Storage. It should be formatted as <BUCKET_ID>:<FILE_ID>.
162
162
# @param [String] icon Icon for push notification. Available only for Android and Web Platform.
163
-
# @param [String] sound Sound for push notification. Available only for Android and IOS Platform.
163
+
# @param [String] sound Sound for push notification. Available only for Android and iOS Platform.
164
164
# @param [String] color Color for push notification. Available only for Android Platform.
165
165
# @param [String] tag Tag for push notification. Available only for Android Platform.
166
-
# @param [String] badge Badge for push notification. Available only for IOS Platform.
166
+
# @param [Integer] badge Badge for push notification. Available only for iOS Platform.
167
167
# @param [] draft Is message a draft
168
168
# @param [String] scheduled_at Scheduled delivery time for message in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future.
169
+
# @param [] content_available If set to true, the notification will be delivered in the background. Available only for iOS Platform.
170
+
# @param [] critical If set to true, the notification will be marked as critical. This requires the app to have the critical notification entitlement. Available only for iOS Platform.
171
+
# @param [MessagePriority] priority Set the notification priority. "normal" will consider device state and may not deliver notifications immediately. "high" will always attempt to immediately deliver the notification.
# @param [Integer] badge Badge for push notification. Available only for iOS platforms.
236
234
# @param [] draft Is message a draft
237
235
# @param [String] scheduled_at Scheduled delivery time for message in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future.
236
+
# @param [] content_available If set to true, the notification will be delivered in the background. Available only for iOS Platform.
237
+
# @param [] critical If set to true, the notification will be marked as critical. This requires the app to have the critical notification entitlement. Available only for iOS Platform.
238
+
# @param [MessagePriority] priority Set the notification priority. "normal" will consider device battery state and may send notifications later. "high" will always attempt to immediately deliver the notification.
0 commit comments