Inherits from NSObject
Declared in UAInAppMessageButtonActionBinding.h

Overview

Model object representing a binding between an in-app message button, a localized title and action name/argument pairs.

Tasks

Properties

actions

A dictionary mapping action names to action values, to be run when the button is pressed.

@property (nonatomic, copy, nullable) NSDictionary *actions

Declared In

UAInAppMessageButtonActionBinding.h

identifier

The button’s identifier.

@property (nonatomic, copy, nullable) NSString *identifier

Declared In

UAInAppMessageButtonActionBinding.h

situation

The action’s situation.

@property (nonatomic, assign) UASituation situation

Declared In

UAInAppMessageButtonActionBinding.h

title

The title of the button.

@property (nonatomic, copy, nullable) NSString *title

Declared In

UAInAppMessageButtonActionBinding.h