Skip to content

Commit

Permalink
fixed naming in admob
Browse files Browse the repository at this point in the history
  • Loading branch information
wainwrightmark committed Feb 1, 2024
1 parent 316966e commit fc16659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Publish Crate

on:
push:
branches:
- main
paths:
- Cargo.toml
repository_dispatch:
types: publish
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions src/admob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ use serde::{Deserialize, Serialize};
use serde_repr::*;
use typed_builder::TypedBuilder;

/// For details, https://github.com/openforge/capacitor-game-connect
pub struct GameConnect {}
/// For details, https://github.com/capacitor-community/admob
pub struct Admob {}

impl GameConnect {
impl Admob {
/// Initialize AdMob with AdMobInitializationOptions
#[cfg(all(feature = "admob_plugin", any(feature = "ios", feature = "android")))]
pub async fn initialize(options: impl Into<AdMobInitializationOptions>) -> Result<(), Error> {
Expand Down

0 comments on commit fc16659

Please sign in to comment.