Interface UserActionModifier


public interface UserActionModifier
Classes that implement this interface need to handle the currently open ModifiableUserAction and apply changes to it.

Note: This feature is only supported for RUM Classic.

Since:
8.189
  • Method Details

    • modify

      void modify(ModifiableUserAction modifiableUserAction)
      Implement this method and modify the currently active ModifiableUserAction
      Parameters:
      modifiableUserAction - the currently active user action