Package com.dynatrace.android.agent
Interface UserActionModifier
public interface UserActionModifier
Classes that implement this interface need to handle the currently open
ModifiableUserAction
and apply
changes to it.- Since:
- 8.189
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modify
(ModifiableUserAction modifiableUserAction) Implement this method and modify the currently activeModifiableUserAction
-
Method Details
-
modify
Implement this method and modify the currently activeModifiableUserAction
- Parameters:
modifiableUserAction
- the currently active user action
-