Package 

Class Callback

    • Constructor Summary

      Constructors 
      Constructor Description
      Callback(String intentPackageName)
    • Method Summary

      Modifier and Type Method Description
      boolean call(Context context, String dataName, Bundle data) Tries making the callback, first via messenger, then via intent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Callback

        Callback(String intentPackageName)
    • Method Detail

      • call

         boolean call(Context context, String dataName, Bundle data)

        Tries making the callback, first via messenger, then via intent