Companion

object Companion

Properties

Link copied to clipboard
const val SORT_PRIORITY_HIGH: Int = 1000

Predefined indicative values for sortPriority:

Link copied to clipboard
const val SORT_PRIORITY_LOW: Int

Menu items from a MenuItemProviderService with SORT_PRIORITY_LOW should be displayed as the last items in a menu frontend.

Link copied to clipboard
const val SORT_PRIORITY_MEDIUM: Int = 0

Menu items from a MenuItemProviderService with SORT_PRIORITY_MEDIUM should be displayed after items a provider with SORT_PRIORITY_HIGH in a menu frontend.