com.memority.toolkit.inwebo.api.InWeboMaxStrategy Maven / Gradle / Ivy
/*
* Copyright (c) 2016-2023 Memority. All Rights Reserved.
*
* This file is part of Memority Toolkit API , a Memority project.
*
* This file is released under the Memority Public Artifacts End-User License Agreement,
* see
* Unauthorized copying of this file, via any medium is strictly prohibited.
*/
package com.memority.toolkit.inwebo.api;
/**
* Enumerate the different strategies when user exceeds its max devices limit.
* ERROR: the user receives an error message
* AUTO: The oldest used device is deleted
*/
public enum InWeboMaxStrategy {
ERROR,
AUTO
}