-
- All Implemented Interfaces:
-
com.batch.android.UserActionRunnable
public class RatingActionRunnable implements UserActionRunnable
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description RatingActionRunnable()
-
Method Summary
Modifier and Type Method Description voidperformAction(@Nullable() Context context, @NonNull() String identifier, @NonNull() JSONObject args, @Nullable() UserActionSource source)Perform the requested action defined by the given parameters. -
-
Method Detail
-
performAction
void performAction(@Nullable() Context context, @NonNull() String identifier, @NonNull() JSONObject args, @Nullable() UserActionSource source)
Perform the requested action defined by the given parameters.Note: This can be run from any thread. Do not make assumptions about the thread you're currently on.
- Parameters:
context- The current context, if applicable.identifier- The action identifier.args- Action arguments.source- The action source.
-
-
-
-