- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
20 lines
506 B
Java
20 lines
506 B
Java
package com.ea.nimble.pushtng;
|
|
|
|
import com.ea.eadp.pushnotification.listeners.IPushListener;
|
|
import java.util.Date;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface IPushNotification {
|
|
String getDisableStatus();
|
|
|
|
boolean getRegistrationStatus();
|
|
|
|
void sendPendingTrackingRequests();
|
|
|
|
void startAsDisabled(String str, Date date, String str2, IPushListener iPushListener);
|
|
|
|
void startWithDefaults(String str, Date date, IPushListener iPushListener);
|
|
|
|
void updateToken(String str);
|
|
}
|