MessageCenterFragment

The Airship Message Center. The message list will be displayed using the MessageListFragment, and messages will be displayed either in a split view using MessageFragment or by starting an activity with the action VIEW_MESSAGE_INTENT_ACTION.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Fragment that displays instead of a message in split view when no message has been selected.
Link copied to clipboard
ActionMode listener.

Functions

Link copied to clipboard
Link copied to clipboard
open fun onCreate(savedInstanceState: Bundle)
Link copied to clipboard
open fun onCreateView(inflater: LayoutInflater, container: ViewGroup, savedInstanceState: Bundle): View
Subclasses can override to replace with their own layout.
Link copied to clipboard
open fun onDestroyView()
Link copied to clipboard
open fun onPause()
Link copied to clipboard
open fun onResume()
Link copied to clipboard
open fun onSaveInstanceState(savedInstanceState: Bundle)
Link copied to clipboard
open fun onViewCreated(view: View, savedInstanceState: Bundle)
Link copied to clipboard
Sets the ActionMode listener.
Link copied to clipboard
open fun setMessageID(messageId: String)
Sets the message ID to display.
Link copied to clipboard
open fun setPredicate(predicate: Predicate<Message>)
Sets the predicate to use for filtering messages.