granularity level: instruction

		.class  Lcom/google/firebase/components/RestrictedComponentContainer$RestrictedPublisher;
.super Ljava/lang/Object;
.source "RestrictedComponentContainer.java"
.implements Lcom/google/firebase/events/Publisher;

.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/components/RestrictedComponentContainer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "RestrictedPublisher"
.end annotation

.field private final allowedPublishedEvents:Ljava/util/Set;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Set<",
"Ljava/lang/Class<",
"*>;>;"
}
.end annotation
.end field
.field private final delegate:Lcom/google/firebase/events/Publisher;


.method public constructor <init>(Ljava/util/Set;Lcom/google/firebase/events/Publisher;)V
	.locals 0
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Ljava/util/Set<",
	"Ljava/lang/Class<",
	"*>;>;",
	"Lcom/google/firebase/events/Publisher;",
	")V"
	}
	.end annotation

	invoke-direct {p0}, Ljava/lang/Object;-><init>()V
	iput-object p1, p0, Lcom/google/firebase/components/RestrictedComponentContainer$RestrictedPublisher;->allowedPublishedEvents:Ljava/util/Set;
	iput-object p2, p0, Lcom/google/firebase/components/RestrictedComponentContainer$RestrictedPublisher;->delegate:Lcom/google/firebase/events/Publisher;
	return-void
.end method

.method public publish(Lcom/google/firebase/events/Event;)V
	.locals 3
	.annotation system Ldalvik/annotation/Signature;
	value = {
	"(",
	"Lcom/google/firebase/events/Event<",
	"*>;)V"
	}
	.end annotation

	iget-object v0, p0, Lcom/google/firebase/components/RestrictedComponentContainer$RestrictedPublisher;->allowedPublishedEvents:Ljava/util/Set;
	invoke-virtual {p1}, Lcom/google/firebase/events/Event;->getType()Ljava/lang/Class;
	move-result-object v1
	invoke-interface {v0, v1}, Ljava/util/Set;->contains(Ljava/lang/Object;)Z
	move-result v0
	if-eqz v0, :cond_0
	iget-object v0, p0, Lcom/google/firebase/components/RestrictedComponentContainer$RestrictedPublisher;->delegate:Lcom/google/firebase/events/Publisher;
	invoke-interface {v0, p1}, Lcom/google/firebase/events/Publisher;->publish(Lcom/google/firebase/events/Event;)V
	return-void
	:cond_0
	new-instance v0, Lcom/google/firebase/components/DependencyException;
	const/4 v1, 0x1
	new-array v1, v1, [Ljava/lang/Object;
	const/4 v2, 0x0
	aput-object p1, v1, v2
	const-string p1, "Attempting to publish an undeclared event %s."
	invoke-static {p1, v1}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
	move-result-object p1
	invoke-direct {v0, p1}, Lcom/google/firebase/components/DependencyException;-><init>(Ljava/lang/String;)V
	throw v0
.end method