MessageListFragment

Fragment that displays the Airship Message Center.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Interface that defines the callback when the list view is ready.

Properties

Link copied to clipboard
open val absListView: AbsListView
Link copied to clipboard

Functions

Link copied to clipboard
Gets the message list view once it is ready.
Link copied to clipboard
open fun getMessage(position: Int): Message
Returns a the Message at a given position.
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 onDestroy()
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 onViewCreated(view: View, savedInstanceState: Bundle)