Uses of Interface
com.github.copilot.sdk.json.PermissionHandler
Packages that use PermissionHandler
-
Uses of PermissionHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return PermissionHandlerModifier and TypeMethodDescriptionResumeSessionConfig.getOnPermissionRequest()Gets the permission request handler.SessionConfig.getOnPermissionRequest()Gets the permission request handler.Methods in com.github.copilot.sdk.json with parameters of type PermissionHandlerModifier and TypeMethodDescriptionResumeSessionConfig.setOnPermissionRequest(PermissionHandler onPermissionRequest) Sets a handler for permission requests from the assistant.SessionConfig.setOnPermissionRequest(PermissionHandler onPermissionRequest) Sets a handler for permission requests from the assistant.