Weather/smali/com/alibaba/wireless/security/open/umid/IUMIDComponent.smali
2021-05-10 10:13:34 +02:00

97 lines
2.7 KiB
Smali

.class public interface abstract Lcom/alibaba/wireless/security/open/umid/IUMIDComponent;
.super Ljava/lang/Object;
# interfaces
.implements Lcom/alibaba/wireless/security/open/IComponent;
# static fields
.field public static final ENVIRONMENT_DAILY:I = 0x2
.field public static final ENVIRONMENT_ONLINE:I = 0x0
.field public static final ENVIRONMENT_PRE:I = 0x1
# virtual methods
.method public abstract getSecurityToken()Ljava/lang/String;
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getSecurityToken(I)Ljava/lang/String;
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.end method
.method public abstract initUMID()V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.end method
.method public abstract initUMID(ILcom/alibaba/wireless/security/open/umid/IUMIDInitListenerEx;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.end method
.method public abstract initUMID(Ljava/lang/String;ILjava/lang/String;Lcom/alibaba/wireless/security/open/umid/IUMIDInitListenerEx;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract initUMIDSync(I)I
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.end method
.method public abstract registerInitListener(Lcom/alibaba/wireless/security/open/umid/IUMIDInitListener;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setEnvironment(I)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.end method
.method public abstract setOnlineHost(Ljava/lang/String;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/alibaba/wireless/security/open/SecException;
}
.end annotation
.end method