onInteractionGoalCompleted method

  1. @override
void onInteractionGoalCompleted(
  1. InteractionReceipt receipt
)
override

Implementation

@override
void onInteractionGoalCompleted(InteractionReceipt receipt) {
  CometChatMessageEvents.onInteractionGoalCompleted(receipt);
}