buttonAction

@JvmName(name = "mmasdggvwgvgbksg")
suspend fun buttonAction(value: Output<InAppTemplateButtonAction>)
@JvmName(name = "tphlfrvwrptrukpw")
suspend fun buttonAction(value: InAppTemplateButtonAction?)

Parameters

value

The action that occurs when a recipient chooses a button in an in-app message. You can specify one of the following:

  • LINK – A link to a web destination.

  • DEEP_LINK – A link to a specific page in an application.

  • CLOSE – Dismisses the message.