Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DialogFragmentの終了を処理する必要があります(.dismissの呼び出し後)。たとえば、却下後にフラグメントを「含む」アクティビティ内にトーストを表示します。
イベントを処理するにはどうすればよいですか?
onDismiss()DialogFragment でオーバーライドするかsetOnDismissListener()、フラグメントを作成するコード ブロックで使用します。
onDismiss()
setOnDismissListener()