Package com.intercom.input.gallery
Class GalleryInput
- java.lang.Object
-
- com.intercom.composer.input.Input<GalleryInputFragment>
-
- com.intercom.input.gallery.GalleryInput
-
public class GalleryInput extends com.intercom.composer.input.Input<GalleryInputFragment>
-
-
Constructor Summary
Constructors Constructor Description GalleryInput(String uniqueIdentifier, com.intercom.composer.input.IconProvider iconProvider, GalleryOutputListener galleryOutputListener, GalleryInputExpandedListener galleryInputExpandedListener, Creator<GalleryInputFragment> fragmentCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GalleryInputFragmentcreateFragment()
-
-
-
Constructor Detail
-
GalleryInput
public GalleryInput(String uniqueIdentifier, com.intercom.composer.input.IconProvider iconProvider, @Nullable GalleryOutputListener galleryOutputListener, @Nullable GalleryInputExpandedListener galleryInputExpandedListener, Creator<GalleryInputFragment> fragmentCreator)
-
-
Method Detail
-
createFragment
public GalleryInputFragment createFragment()
- Specified by:
createFragmentin classcom.intercom.composer.input.Input<GalleryInputFragment>
-
-