build
fun build(activity: ERROR CLASS: Symbol not found for ComponentActivity): FrakSharing
The Activity that will host the sheet’s window. Call from onCreate (after super.onCreate), never from a property initialiser, where there is no ViewModelStore yet to hold the retained sheet state.
Throws
Section titled “Throws”| IllegalStateException | if called before the Activity reaches onCreate. |
fun build(): FrakSharing
The Compose build site; resolves the hosting Activity from LocalContext and warms on composition-enter, so warm never has to be called by hand.