This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
- Loading branch information
1 parent
b68b83a
commit 43b42b8
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
app/src/main/java/io/aayush/relabs/network/data/thread/Prefix.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package io.aayush.relabs.network.data.thread | ||
|
||
import com.squareup.moshi.Json | ||
|
||
enum class Prefix { | ||
|
||
@Json(name = "General") | ||
GENERAL, | ||
|
||
@Json(name = "Question") | ||
QUESTION, | ||
|
||
@Json(name = "Development") | ||
DEVELOPMENT, | ||
|
||
@Json(name = "How To Guide") | ||
HOW_TO_GUIDE, | ||
|
||
@Json(name = "Themes / Apps / Mods") | ||
THEMES_APPS_MODS, | ||
|
||
@Json(name = "Accessories") | ||
ACCESSORIES, | ||
|
||
UNAVAILABLE | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters