FinoChat-Android-SDK
Public 成员函数 | 所有成员列表
com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary类 参考

自定义会话 更多...

Public 成员函数

 CustomSummary ()
 
 CustomSummary (String id, Bitmap avatar, int unreadCount, String type, Drawable markIcon, String title, String message, long timestamp)
 
String getId ()
 
void setId (String id)
 
Bitmap getAvatar ()
 
void setAvatar (Bitmap avatar)
 
int getUnreadCount ()
 
void setUnreadCount (int unreadCount)
 
String getType ()
 
void setType (String type)
 
Drawable getMarkIcon ()
 
void setMarkIcon (Drawable markIcon)
 
String getTitle ()
 
void setTitle (String title)
 
String getMessage ()
 
void setMessage (String message)
 
long getTimestamp ()
 
void setTimestamp (long timestamp)
 

详细描述

自定义会话

构造及析构函数说明

◆ CustomSummary() [1/2]

com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.CustomSummary ( )

◆ CustomSummary() [2/2]

com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.CustomSummary ( String  id,
Bitmap  avatar,
int  unreadCount,
String  type,
Drawable  markIcon,
String  title,
String  message,
long  timestamp 
)

成员函数说明

◆ getAvatar()

Bitmap com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getAvatar ( )

◆ getId()

String com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getId ( )

◆ getMarkIcon()

Drawable com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getMarkIcon ( )

◆ getMessage()

String com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getMessage ( )

◆ getTimestamp()

long com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getTimestamp ( )

◆ getTitle()

String com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getTitle ( )

◆ getType()

String com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getType ( )

◆ getUnreadCount()

int com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.getUnreadCount ( )

◆ setAvatar()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setAvatar ( Bitmap  avatar)

◆ setId()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setId ( String  id)

◆ setMarkIcon()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setMarkIcon ( Drawable  markIcon)

◆ setMessage()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setMessage ( String  message)

◆ setTimestamp()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setTimestamp ( long  timestamp)

◆ setTitle()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setTitle ( String  title)

◆ setType()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setType ( String  type)

◆ setUnreadCount()

void com.finogeeks.finochat.sdk.IChatRoomManager.CustomSummary.setUnreadCount ( int  unreadCount)

该类的文档由以下文件生成: