addResourceEvent static method

void addResourceEvent(
  1. int flowType,
  2. String currency,
  3. double amount,
  4. String itemType,
  5. String itemId,
  6. Map fields,
  7. bool mergeFields,
)

Implementation

external static void addResourceEvent(
    int flowType,
    String currency,
    double amount,
    String itemType,
    String itemId,
    Map fields,
    bool mergeFields);