discord-jadx/app/src/main/java/com/discord/stores/StoreNotifications$configur...

24 lines
1.0 KiB
Java

package com.discord.stores;
import d0.z.d.k;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreNotifications.kt */
public final /* synthetic */ class StoreNotifications$configureNotificationClient$1 extends k implements Function1<String, Unit> {
public StoreNotifications$configureNotificationClient$1(StoreNotifications storeNotifications) {
super(1, storeNotifications, StoreNotifications.class, "handleRegistrationToken", "handleRegistrationToken(Ljava/lang/String;)V", 0);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(String str) {
invoke(str);
return Unit.a;
}
public final void invoke(String str) {
StoreNotifications.access$handleRegistrationToken((StoreNotifications) this.receiver, str);
}
}