-
public class DeviceModel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DeviceModel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DeviceModeldefaultModel()Creates an instance of the device model with the default configuration. final DeviceModel.ConfigcustomModel()Creates an instance of the device model with a custom configuration. -
-
Method Detail
-
defaultModel
final DeviceModel defaultModel()
Creates an instance of the device model with the default configuration.
-
customModel
final DeviceModel.Config customModel()
Creates an instance of the device model with a custom configuration.
-
-
-
-