ezralazuardy/orb

View on GitHub
orb/src/main/java/com/ezralazuardy/orb/OrbType.kt

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * Created by Ezra Lazuardy on 5/6/20 8:23 AM
 * Copyright (c) 2020. All rights reserved.
 * Last modified 5/6/20 7:55 AM
 */

package com.ezralazuardy.orb

/**
 * OrbType is an enum class that hold some Orb network type properties
 */
enum class OrbType {
    UNKNOWN, BLUETOOTH, CELLULAR, ETHERNET, LOWPAN, VPN, WIFI, WIFI_AWARE
}