Class MediaIntent.CameraIntentBuilder

  • Enclosing class:
    MediaIntent


    public static class MediaIntent.CameraIntentBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      MediaIntent build()
      Create the MediaIntent
      void open(Activity activity)
      Fire the intent.
      void open(Fragment fragment)
      Fire the intent.
      • Methods inherited from class java.lang.Object

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

      • open

        public void open(Fragment fragment)
        Fire the intent.
      • open

        public void open(Activity activity)
        Fire the intent.