Interface SendInteractionsMessageOrBuilder

    • Method Detail

      • hasCommon

        boolean hasCommon()
         common analytics data amongst calls
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        Whether the common field is set.
      • getCommon

        CommonData getCommon()
         common analytics data amongst calls
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        The common.
      • getActionTypeValue

        int getActionTypeValue()
         action type
         
        .streamlayer.analytics.v1.interactions.InteractionActionType action_type = 2 [json_name = "actionType"];
        Returns:
        The enum numeric value on the wire for actionType.
      • getActionType

        InteractionActionType getActionType()
         action type
         
        .streamlayer.analytics.v1.interactions.InteractionActionType action_type = 2 [json_name = "actionType"];
        Returns:
        The actionType.