package com.revenuecat.purchases.strings;

/* JADX INFO: loaded from: classes3.dex */
public final class ReceiptStrings {
    public static final String CHECKING_IF_CACHE_STALE = "Checking if cache is stale AppInBackground %s";
    public static final String CLEANING_PREV_SENT_HASHED_TOKEN = "Cleaning previously sent tokens";
    public static final ReceiptStrings INSTANCE = new ReceiptStrings();
    public static final String SAVING_TOKENS = "Saving tokens %s";
    public static final String SAVING_TOKENS_WITH_HASH = "Saving token %s with hash %s";
    public static final String TOKENS_ALREADY_POSTED = "Tokens already posted: %s";
    public static final String TOKENS_IN_CACHE = "Tokens in cache before saving %s";

    private ReceiptStrings() {
    }
}
