All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mike10004.chromecookieimplant.CookieProcessingStatus Maven / Gradle / Ivy

Go to download

The newest version!
package com.github.mike10004.chromecookieimplant;

/**
 * Enumeration of constants representing the status of cookie processing
 * after cookie implant is attempted.
 */
@SuppressWarnings("unused")
public enum CookieProcessingStatus {
    not_yet_processed, some_implants_processed, all_implants_processed
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy