21 lines
520 B
Smali
21 lines
520 B
Smali
.class public interface abstract Lcom/google/firebase/iid/InstanceIdResult;
|
|
.super Ljava/lang/Object;
|
|
.source "com.google.firebase:firebase-iid@@21.1.0"
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getId()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getToken()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|