mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: activityBackPressed handling with OnBackPressedCallback
This commit is contained in:
@@ -205,7 +205,7 @@ declare module androidx {
|
||||
|
||||
declare module androidx {
|
||||
export module activity {
|
||||
export class ComponentDialog implements androidx.activity.OnBackPressedDispatcherOwner {
|
||||
export class ComponentDialog extends android.app.Dialog implements androidx.activity.OnBackPressedDispatcherOwner {
|
||||
public static class: java.lang.Class<androidx.activity.ComponentDialog>;
|
||||
public onStart(): void;
|
||||
public constructor(context: globalAndroid.content.Context);
|
||||
|
||||
Reference in New Issue
Block a user