androiduser-interfacemessagemesibo

how can I add icon for attachment in mesibo UI messagens in android SDK?


i'm trying to add voice code uisng MesiboUI Config but there is no affect in UI I don't know why ?


Solution

  • You need to implement a file handler.

    See code here, it checks if the file handler is implemented or not. If not, it hides attachment buttons.

    https://github.com/mesibo/ui-modules-android/blob/master/Messaging/messaging/src/main/java/com/mesibo/messaging/MessagingFragment.java#L476