- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
104 lines
2.6 KiB
Smali
104 lines
2.6 KiB
Smali
.class public interface abstract Lcom/vungle/ads/internal/protos/Sdk$SDKErrorOrBuilder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/vungle/ads/internal/protos/Sdk;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "SDKErrorOrBuilder"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getAt()J
|
|
.end method
|
|
|
|
.method public abstract getConnectionType()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getConnectionTypeBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getConnectionTypeDetail()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getConnectionTypeDetailAndroid()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getConnectionTypeDetailAndroidBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getConnectionTypeDetailBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getCreativeId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getCreativeIdBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getEventId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getEventIdBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getIsHbPlacement()J
|
|
.end method
|
|
|
|
.method public abstract getMake()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getMakeBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getMessage()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getMessageBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getModel()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getModelBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getOs()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getOsBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getOsVersion()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getOsVersionBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getPlacementReferenceId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getPlacementReferenceIdBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getReason()Lcom/vungle/ads/internal/protos/Sdk$SDKError$Reason;
|
|
.end method
|
|
|
|
.method public abstract getReasonValue()I
|
|
.end method
|
|
|
|
.method public abstract getSessionId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getSessionIdBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|