TradPlusSdk.smali

.class public Lcom/tradplus/ads/open/TradPlusSdk;
.super Ljava/lang/Object;


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/tradplus/ads/open/TradPlusSdk$TPGDPRAuthListener;,
        Lcom/tradplus/ads/open/TradPlusSdk$TPPrivacyListener;,
        Lcom/tradplus/ads/open/TradPlusSdk$TPGDPRListener;,
        Lcom/tradplus/ads/open/TradPlusSdk$TradPlusInitListener;
    }
.end annotation


# static fields
.field public static final NONPERSONALIZED:I = 0x1

.field public static final PERSONALIZED:I = 0x0

.field public static final PRIVACY_ACCEPT_KEY:I = 0x1

.field public static final PRIVACY_DEFAULT_KEY:I = -0x1

.field public static final PRIVACY_REJECT_KEY:I = 0x0

.field public static final UNKNOWN:I = 0x2


# direct methods
.method private constructor <init>()V
    .registers 1

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method

.method public static getAuthUID(Landroid/content/Context;)Z
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->getAuthUID(Landroid/content/Context;)Z

    move-result p0

    return p0
.end method

.method public static getCCPADataCollection(Landroid/content/Context;)I
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->getCCPADataCollection(Landroid/content/Context;)I

    move-result p0

    return p0
.end method

.method public static getDeviceId()Ljava/lang/String;
    .registers 1

    invoke-static {}, Lcom/tradplus/ads/mgr/TradPlusMgr;->getDeviceId()Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method

.method public static getGDPRChild(Landroid/content/Context;)Z
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->getGDPRChild(Landroid/content/Context;)Z

    move-result p0

    return p0
.end method

.method public static getGDPRUploadDataLevel(Landroid/content/Context;)I
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->getGDPRUploadDataLevel(Landroid/content/Context;)I

    move-result p0

    return p0
.end method

.method public static getIsInit()Z
    .registers 1

    invoke-static {}, Lcom/tradplus/ads/mgr/TradPlusMgr;->getIsInit()Z

    move-result v0

    return v0
.end method

.method public static getUserId()Ljava/lang/String;
    .registers 1

    invoke-static {}, Lcom/tradplus/ads/mgr/TradPlusMgr;->getUserId()Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method

.method public static initSdk(Landroid/content/Context;Ljava/lang/String;)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->initSdk(Landroid/content/Context;Ljava/lang/String;)V

    return-void
.end method

.method public static isCOPPAChild(Landroid/content/Context;)I
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->isCOPPAChild(Landroid/content/Context;)I

    move-result p0

    return p0
.end method

.method public static isCalifornia(Landroid/content/Context;)Z
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->isCalifornia(Landroid/content/Context;)Z

    move-result p0

    return p0
.end method

.method public static isEUTraffic(Landroid/content/Context;)Z
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->isEUTraffic(Landroid/content/Context;)Z

    move-result p0

    return p0
.end method

.method public static isFirstShowGDPR(Landroid/content/Context;)Z
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->isFirstShowGDPR(Landroid/content/Context;)Z

    move-result p0

    return p0
.end method

.method public static setAuthUID(Landroid/content/Context;Z)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setAuthUID(Landroid/content/Context;Z)V

    return-void
.end method

.method public static setCCPADataCollection(Landroid/content/Context;Z)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setCCPADataCollection(Landroid/content/Context;Z)V

    return-void
.end method

.method public static setCOPPAChild(Landroid/content/Context;Z)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setCOPPAChild(Landroid/content/Context;Z)V

    return-void
.end method

.method public static setCalifornia(Landroid/content/Context;Z)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setCalifornia(Landroid/content/Context;Z)V

    return-void
.end method

.method public static setDebugMode(Z)V
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setDebugMode(Z)V

    return-void
.end method

.method public static setEUTraffic(Landroid/content/Context;Z)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setEUTraffic(Landroid/content/Context;Z)V

    return-void
.end method

.method public static setGDPRChild(Landroid/content/Context;Z)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setGDPRChild(Landroid/content/Context;Z)V

    return-void
.end method

.method public static setGDPRListener(Lcom/tradplus/ads/open/TradPlusSdk$TPGDPRListener;)V
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setGDPRListener(Lcom/tradplus/ads/open/TradPlusSdk$TPGDPRListener;)V

    return-void
.end method

.method public static setGDPRUploadDataLevel(Landroid/content/Context;I)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setGDPRUploadDataLevel(Landroid/content/Context;I)V

    return-void
.end method

.method public static setIsCNLanguageLog(Z)V
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setIsCNLanguageLog(Z)V

    return-void
.end method

.method public static setIsFirstShowGDPR(Landroid/content/Context;Z)V
    .registers 2

    invoke-static {p0, p1}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setIsFirstShowGDPR(Landroid/content/Context;Z)V

    return-void
.end method

.method public static setPrivacyListener(Lcom/tradplus/ads/open/TradPlusSdk$TPPrivacyListener;)V
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setPrivacyListener(Lcom/tradplus/ads/open/TradPlusSdk$TPPrivacyListener;)V

    return-void
.end method

.method public static setTradPlusInitListener(Lcom/tradplus/ads/open/TradPlusSdk$TradPlusInitListener;)V
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setTradPlusInitListener(Lcom/tradplus/ads/open/TradPlusSdk$TradPlusInitListener;)V

    return-void
.end method

.method public static setUserId(Ljava/lang/String;)V
    .registers 1

    invoke-static {p0}, Lcom/tradplus/ads/mgr/TradPlusMgr;->setUserId(Ljava/lang/String;)V

    return-void
.end method

.method public static showUploadDataNotifyDialog(Landroid/content/Context;Lcom/tradplus/ads/open/TradPlusSdk$TPGDPRAuthListener;Ljava/lang/String;)V
    .registers 3

    invoke-static {p0, p1, p2}, Lcom/tradplus/ads/mgr/TradPlusMgr;->showUploadDataNotifyDialog(Landroid/content/Context;Lcom/tradplus/ads/open/TradPlusSdk$TPGDPRAuthListener;Ljava/lang/String;)V

    return-void
.end method