FragmentHost

Fragment-backed host adapter implementation.

Fragment 기반 호스트 어댑터 구현입니다.

Parameters

fragment

Fragment used as the host.

호스트로 사용하는 Fragment입니다.

Constructors

Link copied to clipboard
constructor(fragment: Fragment)

Properties

Link copied to clipboard

ActivityResult caller bound to the Fragment host.

Fragment 호스트에 바인딩된 ActivityResult 호출자입니다.

Link copied to clipboard
open override val context: Context

Context bound to the Fragment host.
Resolved lazily so the requester can be created before attachment.

Fragment 호스트에 바인딩된 컨텍스트입니다.
요청기를 attach 이전에 생성할 수 있도록 지연 조회합니다.

Link copied to clipboard
open override val lifecycleOwner: LifecycleOwner

Lifecycle owner bound to the Fragment host.

Fragment 호스트에 바인딩된 LifecycleOwner입니다.

Functions

Link copied to clipboard
open override fun shouldShowRequestPermissionRationale(permission: String): Boolean

Returns whether the Fragment should show a rationale UI for permission.

Fragment가 permission에 대한 설명 UI를 표시해야 하는지 반환합니다.