NewTabPageSectionPlugin

interface NewTabPageSectionPlugin : ActivePlugin

This class is used to provide each of the Sections that build the New Tab Page Implementation of https://app.asana.com/0/1174433894299346/12070643725750

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val name: String

Name of the focused view version

Functions

Link copied to clipboard
abstract fun getView(context: Context): View?

This method returns a View that will be used as the NewTabPage content

Link copied to clipboard
open suspend fun isActive(): Boolean
Link copied to clipboard
abstract suspend fun isUserEnabled(): Boolean

This method returns a Boolean that shows if the plugin is enabled manually by the user