
com.github.mike10004.chromecookieimplant.CookieProcessingStatus Maven / Gradle / Ivy
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