mirror of
https://github.com/readest/readest.git
synced 2026-05-03 14:00:54 +00:00
fix(iap): open external app for payment (#2465)
This commit is contained in:
parent
bfac67d3f0
commit
6d5b16ea8b
14 changed files with 179 additions and 4 deletions
|
|
@ -122,6 +122,13 @@ impl<R: Runtime> NativeBridge<R> {
|
|||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn open_external_url(
|
||||
&self,
|
||||
_payload: OpenExternalUrlRequest,
|
||||
) -> crate::Result<OpenExternalUrlResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn request_manage_storage_permission(
|
||||
&self,
|
||||
) -> crate::Result<RequestManageStoragePermissionResponse> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue