NewTabPagePlugin

interface NewTabPagePlugin : ActivePlugin

This class is used to provide one of the two different version of NewTabPage Legacy -> What existed before https://app.asana.com/0/1174433894299346/1207064372575037 New -> Implementation of https://app.asana.com/0/1174433894299346/1207064372575037

Types

Link copied to clipboard
object Companion

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