I am trying to create a variable of type MulticastLock, which is an inner class defined within the Android framework.
However, I am receiving an error stating that MulticastLock is not a member of WifiManager.
Do I need to reference an inner class differently in Scala?
var multicastLock:android.net.wifi.WifiManager.MulticastLock = null