Jerson Naval
Jerson Naval
Is there a way to tell the camera the filename of the photo and the location to where it will be saved?
Hello I have some question regarding the following code: ``` private fun initControllerLayout() { val previousCommand = SessionCommand("previous", Bundle.EMPTY) val prevButton = CommandButton.Builder().setDisplayName("prev").setSessionCommand(previousCommand).setIconResId(R.drawable.ic_skip_previous_white_24dp).build() val playCommand = SessionCommand("play", Bundle.EMPTY) val playButton...
## Expected Behavior - Shouldn't crash ## Actual Behavior - We received record on our Crashlytics regarding the following: ``` Fatal Exception: java.lang.NoClassDefFoundError: com.leanplum.internal.APIConfig at com.leanplum.internal.APIConfig.getInstance(APIConfig.java:59) at com.leanplum.internal.RequestSender.createArgsDictionary(RequestSender.java:211) at com.leanplum.internal.RequestSender.saveRequest(RequestSender.java:82)...
### Fill out information requested in this template, without doing so issue will be ignored & closed! ### Have you tried? - Reformatted my PC and reinstalled Ubuntu 23.10 multiple...
You stated to use this via gradle we have to fill in `x.x.x` which begs the question what on earth is current release version? Where can I find it?