-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
1,291 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
EasyMediaPicker/src/main/java/com/bn/easypicker/multiChoose/Constants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.bn.easypicker.multiChoose | ||
|
||
internal class Constants { | ||
companion object{ | ||
internal const val BUNDLE_MAX_SELECTION_LIMIT = "maxSelectionLimit" | ||
internal const val BUNDLE_SHOW_ALBUMS = "showAlbums" | ||
|
||
internal const val BUNDLE_SELECTED_IMAGE_RESULT = "selectedImageResult" | ||
internal const val BUNDLE_IMAGE_PICKED_SUCCESS = "pickImagesSuccess" | ||
} | ||
} |
Oops, something went wrong.