Does the foldable iPhone report as UIUserInterfaceIdiom.phone or .pad in each posture?

Given the size-class behavior mirrors iPad in the unfolded state, does UIDevice.current.userInterfaceIdiom (and UITraitCollection.userInterfaceIdiom) still report .phone in both postures, or does it change to .pad-like when unfolded? This affects any idiom-based branching in our codebase.

Does the foldable iPhone report as UIUserInterfaceIdiom.phone or .pad in each posture?
 
 
Q