FfiListMessagesOptions

data class FfiListMessagesOptions(var sentBeforeNs: Long?, var sentAfterNs: Long?, var limit: Long?, var deliveryStatus: FfiDeliveryStatus?, var direction: FfiDirection?, var contentTypes: List<FfiContentType>?, var excludeContentTypes: List<FfiContentType>?, var excludeSenderInboxIds: List<String>?, var sortBy: FfiSortBy?, var insertedAfterNs: Long?, var insertedBeforeNs: Long?)

Constructors

Link copied to clipboard
constructor(sentBeforeNs: Long?, sentAfterNs: Long?, limit: Long?, deliveryStatus: FfiDeliveryStatus?, direction: FfiDirection?, contentTypes: List<FfiContentType>?, excludeContentTypes: List<FfiContentType>?, excludeSenderInboxIds: List<String>?, sortBy: FfiSortBy?, insertedAfterNs: Long?, insertedBeforeNs: Long?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var limit: Long?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard