request Permissions
Requests multiple permissions and returns denied results via callback.
여러 권한을 요청하고 거부 결과를 콜백으로 반환합니다.
Parameters
Permissions to request.
요청할 권한 목록입니다.
Callback invoked with denied items.
거부 항목을 전달받는 콜백입니다.
Callback for rationale UI when needed.
Call proceed(), cancel(), or defer(policy) inside the callback; returning without an action auto-cancels the flow.
콜백 안에서 proceed(), cancel(), defer(policy) 중 하나를 호출해야 하며, 아무 액션 없이 반환되면 흐름은 자동 취소됩니다.
필요 시 rationale UI를 제공하는 콜백입니다.
Callback for settings navigation when needed.
Call proceed(), cancel(), or defer(policy) inside the callback; returning without an action auto-cancels the flow.
콜백 안에서 proceed(), cancel(), defer(policy) 중 하나를 호출해야 하며, 아무 액션 없이 반환되면 흐름은 자동 취소됩니다.
필요 시 설정 이동을 안내하는 콜백입니다.
Requests multiple permissions and returns denied results via callback.
여러 권한을 요청하고 거부 결과를 콜백으로 반환합니다.
Parameters
Permissions to request.
요청할 권한 목록입니다.
Callback invoked with denied items.
거부 항목을 전달받는 콜백입니다.