CustomerCenterCustomActionSelected typedef

CustomerCenterCustomActionSelected = void Function(String actionIdentifier, String? purchaseIdentifier)

Called when a custom action is selected.

actionIdentifier The identifier of the selected custom action. purchaseIdentifier Optional purchase identifier associated with the action.

Implementation

typedef CustomerCenterCustomActionSelected = void Function(String actionIdentifier, String? purchaseIdentifier);