Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reward interstitial support #330

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

lightning1377
Copy link

Adds support for rewarded interstitial ads

Copy link
Contributor

@distante distante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! It LGTM!

@rdlabo ?

@@ -0,0 +1,33 @@
PODS:
- Capacitor (5.0.0-rc.2):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rc?

import type { AdOptions } from '../shared/ad-options.interface';

// This is a type to ensure that IF ssv is provided, at least one of userId or customData is required.
type AtLeastOne<T> = { [K in keyof T]: Pick<T, K> }[keyof T];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is nice 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants