Siddharth Patankar
Siddharth Patankar
Tried to make it work inside a `BottomSheetDialogFragment`. But nothing happens when the bottom sheet is displayed. Here is my code - ```java public class CountActionListDialogFragment extends BottomSheetDialogFragment { @SuppressLint("RestrictedApi")...
**Description** Is it possible currently or feasible in a future version to add support for `json` or `Map` type variables? So that they can be accessed using key names in...
### Summary This pull request adds the missing`StreamOptions.IncludeUsage` option in the example code that should be set to `true` to retrieve accurate token usage information from the API. Without this...