saveState

fun saveState(outState: Bundle)

Saves internal state into outState.
Must be called on the main thread.

outState에 내부 상태를 저장합니다.
메인 스레드에서만 호출해야 합니다.

Parameters

outState

Bundle that receives the saved state.

저장 상태를 기록할 Bundle입니다.