IdentityProvider.smali

.class public interface abstract Lcom/avast/android/sdk/billing/interfaces/identity/IdentityProvider;
.super Ljava/lang/Object;

# interfaces
.implements Lcom/avast/android/sdk/billing/interfaces/BillingProvider;


# virtual methods
.method public abstract getIdentities()Ljava/util/Collection;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/Collection<",
            "Lcom/avast/android/sdk/billing/interfaces/identity/model/Identity;",
            ">;"
        }
    .end annotation

    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/lang/Exception;
        }
    .end annotation
.end method