Package 

Class DeeplinkActionRunnable

    • Constructor Detail

      • DeeplinkActionRunnable

        DeeplinkActionRunnable(ActionModule actionModule)
    • 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.