Package com.dynatrace.android.agent
Interface UserActionModifier
-
public interface UserActionModifierClasses that implement this interface need to handle the currently openModifiableUserActionand apply changes to it.- Since:
- 8.189
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmodify(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
-
-