Skip to content

Add reward interstitial support#330

Merged
rdlabo merged 8 commits into
capacitor-community:masterfrom
lightning1377:add-reward-interstitial-support
Nov 27, 2024
Merged

Add reward interstitial support#330
rdlabo merged 8 commits into
capacitor-community:masterfrom
lightning1377:add-reward-interstitial-support

Conversation

@lightning1377
Copy link
Copy Markdown
Contributor

Adds support for rewarded interstitial ads

Copy link
Copy Markdown
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 ?

Comment thread ios/Podfile.lock
@@ -0,0 +1,33 @@
PODS:
- Capacitor (5.0.0-rc.2):
Copy link
Copy Markdown
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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this is nice 👍

@rdlabo
Copy link
Copy Markdown
Member

rdlabo commented Nov 27, 2024

Looks good. I will merge. Thanks, and sorry to late!

@rdlabo rdlabo merged commit fbb5b9b into capacitor-community:master Nov 27, 2024
@rdlabo
Copy link
Copy Markdown
Member

rdlabo commented Nov 27, 2024

Released as v6.1.0!

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.

3 participants