mirror of
https://github.com/readest/readest.git
synced 2026-05-03 05:50:55 +00:00
This commit is contained in:
parent
669d3950e2
commit
5141be1c3f
18 changed files with 140 additions and 8 deletions
|
|
@ -74,6 +74,10 @@ impl<R: Runtime> NativeBridge<R> {
|
|||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn iap_is_available(&self) -> crate::Result<IAPIsAvailableResponse> {
|
||||
Err(crate::Error::UnsupportedPlatformError)
|
||||
}
|
||||
|
||||
pub fn iap_initialize(
|
||||
&self,
|
||||
_payload: IAPInitializeRequest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue