2 * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
4 * Licensed under the Apache License, Version 2.0 (the License);
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an AS IS BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
19 namespace Tizen.Account.SyncManager
22 /// Enumeration for the sync option.
25 public enum SyncOption
28 /// The sync job will be operated normally.
33 /// The sync job will be operated as soon as possible.
38 /// The sync job will not be performed again when it fails.
44 /// Enumeration for the sync period.
46 public enum SyncPeriod
49 /// Sync within 30 minutes.
54 /// Sync within 1 hour.
59 /// Sync within 2 hours.
64 /// Sync within 3 hours.
69 /// Sync within 6 hours.
74 /// Sync within 12 hours.
79 /// Sync within 1 day.