Refactoring of EasySetup Android implementation
[platform/upstream/iotivity.git] / service / easy-setup / sdk / mediator / android / EasySetupCore / src / main / java / org / iotivity / service / easysetup / core / EnrolleeSetupError.java
1 package org.iotivity.service.easysetup.core;
2
3 public enum EnrolleeSetupError {
4     DEVICE_SETUP_SUCCESSFUL,
5     DEVICE_SETUP_FAILED,
6 }