Package com.dynatrace.android.agent
Interface UserActionModifier
-
public interface UserActionModifier
Classes that implement this interface need to handle the currently openModifiableUserAction
and apply changes to it.- Since:
- 8.189
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
modify(ModifiableUserAction modifiableUserAction)
Implement this method and modify the currently activeModifiableUserAction
-
-
-
Method Detail
-
modify
void modify(ModifiableUserAction modifiableUserAction)
Implement this method and modify the currently activeModifiableUserAction
- Parameters:
modifiableUserAction
- the currently active user action
-
-