Weather/smali/com/moji/camera/PhotoCamera.smali
2021-05-10 10:13:34 +02:00

32 lines
943 B
Smali

.class public interface abstract Lcom/moji/camera/PhotoCamera;
.super Ljava/lang/Object;
.source "PhotoCamera.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/moji/camera/PhotoCamera$OnResultListener;
}
.end annotation
# virtual methods
.method public abstract initArgs(Landroid/os/Bundle;Lcom/moji/camera/PhotoCamera$OnResultListener;)V
.end method
.method public abstract onActivityResult(IILandroid/content/Intent;)V
.end method
.method public abstract onSaveInstanceState(Landroid/os/Bundle;)V
.end method
.method public abstract openCamera(Lcom/moji/camera/PhotoCamera$OnResultListener;Lcom/moji/camera/model/Param;)V
.end method
.method public abstract openGallery(Lcom/moji/camera/PhotoCamera$OnResultListener;Lcom/moji/camera/model/Param;)V
.end method
.method public abstract permissionNotify(Lcom/moji/camera/permission/PermissionManager$TPermissionType;)V
.end method