跳过导航链接
A B C D E F G H I J L M N O P R S T U V W 

F

FileContent - cn.jpush.im.android.api.content中的类
 
FileContent(File) - 类 的构造器cn.jpush.im.android.api.content.FileContent
创建一个file类型的message content。
FileContent(File, String) - 类 的构造器cn.jpush.im.android.api.content.FileContent
创建一个file类型的message content。
FileObject - cn.jpush.im.android.api.content.subcontent中的类
Created by hxhg on 2018/4/9.
FileObject() - 类 的构造器cn.jpush.im.android.api.content.subcontent.FileObject
 
FLAG_NOTIFY_DEFAULT - 类 中的静态变量cn.jpush.im.android.api.JMessageClient
展示通知栏通知,所有设置均默认打开。
FLAG_NOTIFY_DISABLE - 类 中的静态变量cn.jpush.im.android.api.JMessageClient
不展示通知栏通知
FLAG_NOTIFY_SILENCE - 类 中的静态变量cn.jpush.im.android.api.JMessageClient
展示通知栏通知,其他设置均为关闭。
FLAG_NOTIFY_WITH_LED - 类 中的静态变量cn.jpush.im.android.api.JMessageClient
收到通知时,点亮呼吸灯
FLAG_NOTIFY_WITH_SOUND - 类 中的静态变量cn.jpush.im.android.api.JMessageClient
收到通知时,发出声音
FLAG_NOTIFY_WITH_VIBRATE - 类 中的静态变量cn.jpush.im.android.api.JMessageClient
收到通知时,产生震动
fname - 类 中的变量cn.jpush.im.android.api.content.subcontent.FileObject
 
format - 类 中的变量cn.jpush.im.android.api.content.subcontent.UploadObject
 
forwardMessage(Message, Conversation, MessageSendingOptions, BasicCallback) - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
forwardMessage(Message, Conversation, MessageSendingOptions, RequestCallback<Message>) - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
转发消息,注意支持转发的消息Message.isSupportForward()才可转发,符合转发要求后会创建新的消息发送, 创建的消息会在回调中返回(无论发送是否成功),如果不符合转发要求则不会创建新消息 message返回null。
fromJson(JsonElement, ContentType) - 类 中的静态方法cn.jpush.im.android.api.content.MessageContent
 
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.ChatRoomInfo
从Json字符串转换成ChatRoomInfo对象,转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.Conversation
从Json字符串转换成Conversation对象,转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.DeviceInfo
从Json字符串转换成DeviceInfo对象,转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupAnnouncement
从Json字符串转换成GroupAnnouncement对象,转换失败则返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupBasicInfo
从Json字符串转换成GroupBasicInfo对象,转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupInfo
从Json字符串转换成对象, 转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupMemberInfo
从Json字符串转换成GroupMemberInfo对象,转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.Message
从Json字符串转换成Message对象, 转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.SilenceInfo
从Json字符串转换成SilenceInfo对象,转换失败返回null
fromJson(String) - 类 中的静态方法cn.jpush.im.android.api.model.UserInfo
从Json字符串转换成UserInfo对象,转换失败返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.ChatRoomInfo
从Json字符串转换成Collection对象,方便ChatRoomInfo的集合类的转换, 转换失败返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.Conversation
从Json字符串转换成Collection对象,方便Conversation的集合类的转换,转换失败返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.DeviceInfo
从Json字符串转换成Collection对象,方便DeviceInfo的集合类的转换,转换失败返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupAnnouncement
从Json字符串转换成Collection对象,方便GroupAnnouncement的集合类的转换,转换失败则返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupMemberInfo
从Json字符串转换成Collection对象,方便GroupMemberInfo的集合类的转换,转换失败返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.Message
从Json字符串转换成Collection对象,方便Message的集合类的转换,转换失败返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.SilenceInfo
从Json字符串转换成Collection对象,方便SilenceInfo的集合类的转换,转换失败返回null
fromJsonToCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.UserInfo
从Json字符串转换成Collection对象,方便UserInfo的集合类的转换, 转换失败返回null
fromJsonToGroupBasicCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupBasicInfo
从Json字符串转换成Collection对象,方便GroupBasicInfo的集合类的转换,转换失败返回null
fromJsonToGroupCollection(String) - 类 中的静态方法cn.jpush.im.android.api.model.GroupInfo
从Json字符串转换成Collection对象,方便GroupInfo的集合类的转换, 转换失败返回null
fsize - 类 中的变量cn.jpush.im.android.api.content.subcontent.UploadObject
 
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接