Sealed class representing the two strategies for creating a ViewBinding instance.
Use bind() on an existing root view to create the binding. This should be used if you are differing per device layouts, such as different layouts for TV and Phone.
Use the standard inflate() method for creating the binding.