-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add reward interstitial support #330
Conversation
There was a problem hiding this 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): |
There was a problem hiding this comment.
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]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is nice 👍
Looks good. I will merge. Thanks, and sorry to late! |
Released as v6.1.0! |
Adds support for rewarded interstitial ads