getGroupActionTemplate method
override this to alter template for messages of category action
Implementation
@override
CometChatMessageTemplate getGroupActionTemplate(CometChatTheme theme) {
return dataSource.getGroupActionTemplate(theme);
}
override this to alter template for messages of category action
@override
CometChatMessageTemplate getGroupActionTemplate(CometChatTheme theme) {
return dataSource.getGroupActionTemplate(theme);
}