Skip to content

Commit e4b70cb

Browse files
committed
Corrected header to reference actionButtons as a NSArray
1 parent 889646f commit e4b70cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignal/OneSignal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ typedef OSNotificationDisplayType OSInFocusDisplayOption;
122122
@property(readonly)NSDictionary* attachments;
123123

124124
/* Action buttons passed */
125-
@property(readonly)NSDictionary *actionButtons;
125+
@property(readonly)NSArray *actionButtons;
126126

127127
/* Holds the original payload received
128128
Keep the raw value for users that would like to root the push */

0 commit comments

Comments
 (0)