feat: Allow setting the self-avatar

This commit is contained in:
2023-07-28 21:46:47 +02:00
parent e975e749e4
commit daf40aed0b
10 changed files with 119 additions and 17 deletions

View File

@@ -116,6 +116,8 @@ abstract class MoxplatformApi {
void showMessagingNotification(MessagingNotification notification);
void setNotificationSelfAvatar(String path);
String getPersistentDataPath();
String getCacheDataPath();