Custom chat info shared media screen #3823
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Jerome, The screens you are referring to are not a part of the SDK itself. The UI Components sample app contains not only the parts of the SDK itself, but also custom built screens which are meant to showcase to our users how to achieve certain desired features. Such is the situation with The easiest solution would be to recreate something similar to the screen you are referring to. Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @MarinTolic I am sorry for bringing back this question, but is there any way we could get all media files from a Chat so we can recreate something similar? Best regards, |
Beta Was this translation helpful? Give feedback.
Hi Jerome,
The screens you are referring to are not a part of the SDK itself.
The UI Components sample app contains not only the parts of the SDK itself, but also custom built screens which are meant to showcase to our users how to achieve certain desired features. Such is the situation with
ChatInfoSharedMediaFragment
which usesMediaAttachmentGridView
as a central piece that displays the media shared inside of a channel wrapped inside a pretty standard Android screen.The easiest solution would be to recreate something similar to the screen you are referring to.
Kind regards,
Marin.