ActivityHost

Activity-backed host adapter implementation.

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

Parameters

activity

Activity used as the host.

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

Constructors

Link copied to clipboard
constructor(activity: ComponentActivity)

Properties

Link copied to clipboard

ActivityResult caller bound to the Activity host.

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

Link copied to clipboard
open override val context: Context

Context bound to the Activity host.

Activity 호스트에 바인딩된 컨텍스트입니다.

Link copied to clipboard
open override val lifecycleOwner: LifecycleOwner

Lifecycle owner bound to the Activity host.

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

Functions

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

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

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