-
public interface INotificationClickResultThe action a user has taken when opening a notification.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetActionId()When type is ActionType. abstract StringgetUrl()The launch url for the notification. -
-
Method Detail
-
getActionId
abstract String getActionId()
When type is ActionType.ActionButton, this will be the custom id of action taken. See Action Buttons | OneSignal Docs.
-
-
-
-