uiInteractionType property

  1. @JsonKey(name: 'uiInteractionType')
int? uiInteractionType
getter/setter pair

A UI hint for the behavior of the interaction screen. This is useful to determine what type of interaction is occurring, such as a prompt to receive a rank up reward or a prompt to choose a reward for completing a quest. The hash isn't as useful as the Enum in retrospect, well what can you do. Try using interactionType instead.

Implementation

@JsonKey(name:'uiInteractionType')
int? uiInteractionType;