Darshan
Darshan
I haven't tried Proto yet but I can try & update the sample apps later once we finalise the new api.
Hey 👋, I no longer maintain this project but here's a rough idea on how you could do this. You can implement tracking impressions or ad load from relevant callbacks...
Without Reflection, you can use `SpannableString` to the `contentText` directly.\ Example: ```kotlin // Not a very good way private fun getShowcaseContent(): SpannableString { val title = "New Feature! \n\n" val...
> @ItzNotABug, sorry, looks like there's a conflict now. Please also make sure to re-request a review once it's ready for review. Hey @stnguyen90, I am trying to merge the...
Seems the issues for the conflict and the one I was having above is fixed.
Hey @stnguyen90, Please take a look at the changes. Also, I couldn't get a test for the `localeTimezoneName()` to pass due to `TZ=EST`. Setting the device timezone manually works without...
> Hey @stnguyen90, Please take a look at the changes. > > Also, I couldn't get a test for the `localeTimezoneName()` to pass due to `TZ=EST`. Setting the device timezone...
Hey @stnguyen90, ig I completely missed this required change in the existing PR. The support executive illustration seems to be no longer required Do you want me to create a...
@stnguyen90 what should be the case if the account isn't a paid account? I was thinking of using a common message for both the types like below but the CTA...
@stnguyen90 Yupp, but it would look like - ``` Premium Support [Get Premium Support] ``` Doesn't seem that nice, looks a tad repetitive. Also adding the default timings would let...