-
public interface IInAppMessageClickResultAn IAM action represents an action performed by the user in reaction to an IAM being displayed.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetActionId()An optional action ID that defines the action taken. abstract InAppMessageActionUrlTypegetUrlTarget()Determines where the URL is opened, ie. abstract StringgetUrl()An optional URL that opens when the action takes place abstract BooleangetClosingMessage()Determines if tapping on the element is closing the IAM. -
-
Method Detail
-
getActionId
abstract String getActionId()
An optional action ID that defines the action taken. See Click Actions | OneSignal Docs.
-
getUrlTarget
abstract InAppMessageActionUrlType getUrlTarget()
Determines where the URL is opened, ie. Default browser.
-
getClosingMessage
abstract Boolean getClosingMessage()
Determines if tapping on the element is closing the IAM.
-
-
-
-