AppCompatDialog

Base class for AppCompat themed android.app.Dialogs.

Inheritors

Constructors

Link copied to clipboard
constructor(@NonNull context: @NonNull Context)
constructor(@NonNull context: @NonNull Context, theme: Int)

Functions

Link copied to clipboard
open fun addContentView(@NonNull view: @NonNull View, params: ViewGroup.LayoutParams)
Link copied to clipboard
open fun dismiss()
Link copied to clipboard
Link copied to clipboard
open fun <T : View?> findViewById(@IdRes id: Int): @Nullable T
Link copied to clipboard
@NonNull
open fun getDelegate(): @NonNull AppCompatDelegate
Link copied to clipboard
Support library version of getActionBar.
Link copied to clipboard
Link copied to clipboard
Called when a support action mode has finished.
Link copied to clipboard
Called when a support action mode has been started.
Link copied to clipboard
@Nullable
open fun onWindowStartingSupportActionMode(callback: ActionMode.Callback): @Nullable ActionMode
Called when a support action mode is being started for this window.
Link copied to clipboard
open fun setContentView(@NonNull view: @NonNull View)
open fun setContentView(@LayoutRes layoutResID: Int)
open fun setContentView(@NonNull view: @NonNull View, params: ViewGroup.LayoutParams)
Link copied to clipboard
open fun setTitle(titleId: Int)
open fun setTitle(title: CharSequence)
Link copied to clipboard
Enable extended support library window features.