Package 

Class SmartReOptInAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String IDENTIFIER
    • Method Summary

      Modifier and Type Method Description
      void performAction(@Nullable() Context context, @NonNull() String identifier, @NonNull() JSONObject args, @Nullable() UserActionSource source) Perform the requested action defined by the given parameters.
      void onReceive(Context context, Intent intent)
      • Methods inherited from class android.content.BroadcastReceiver

        abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, getSentFromPackage, getSentFromUid, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, onReceive, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.