-
public interface MessageRepresentableProvides necessary information for the AdsProvider about the message's content. Either use this protocol for your own message data class or use AdsMessage
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()abstract RolegetRole()abstract StringgetContent()abstract StringgetCreatedAt()-
-
Method Detail
-
getContent
abstract String getContent()
-
getCreatedAt
abstract String getCreatedAt()
-
-
-
-