Skip to content

Functionality to change the default font size and family in style config. #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mrtarunsaraswat opened this issue May 28, 2021 · 3 comments

Comments

@mrtarunsaraswat
Copy link

In our App we want to set same font family for app inbox, is there any way to implement it or any param which we can pass in style config. If not can you implement the small functionality at the earliest.

@darshanclevertap
Copy link
Contributor

@mrtarunsaraswat Currently we do not have this functionality. You can use this documentation to use our App Inbox methods to create your own inbox. The documentation is for Android, but you can find respective methods in Dart as well.

@sky1095
Copy link

sky1095 commented Jun 2, 2021

@darshanclevertap is there any documentation for the list of App inbox notification responses we receive from the getAllInboxMessages method? Because to design a custom app inbox, we need to figure out the response we receive for every type of message we can create.

@darshanclevertap
Copy link
Contributor

@sky1095 Here is the POJO class for CTInboxMessage.

getAllInboxMessages returns a List of Inbox Messages. You can find the usage here in the Example project

If you still face any issues, please let us know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants