29 lines
761 B
Java
29 lines
761 B
Java
package io.flutter.embedding.engine.plugins.activity;
|
|
|
|
import android.app.Activity;
|
|
import android.content.Intent;
|
|
import android.os.Bundle;
|
|
import io.flutter.embedding.android.ExclusiveAppComponent;
|
|
import o.wdQ;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface ActivityControlSurface {
|
|
void attachToActivity(ExclusiveAppComponent<Activity> exclusiveAppComponent, wdQ wdq);
|
|
|
|
void detachFromActivity();
|
|
|
|
void detachFromActivityForConfigChanges();
|
|
|
|
boolean onActivityResult(int i, int i2, Intent intent);
|
|
|
|
void onNewIntent(Intent intent);
|
|
|
|
boolean onRequestPermissionsResult(int i, String[] strArr, int[] iArr);
|
|
|
|
void onRestoreInstanceState(Bundle bundle);
|
|
|
|
void onSaveInstanceState(Bundle bundle);
|
|
|
|
void onUserLeaveHint();
|
|
}
|