Interface ThisIsMyDeviceState
-
- All Known Implementing Classes:
RegistrationRequired,UsernamePasswordRequired
public interface ThisIsMyDeviceState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetShowThisIsMyDevice()Return true when the 'This Is My Device' option is available.voidsetShowThisIsMyDevice(boolean showThisIsMyDevice)Set the 'This Is My Device' option availability
-