...
Code Block | ||
---|---|---|
| ||
final FeedConfig popFeedConfig = new FeedConfig.Builder("YOUR_POP_UNIT_ID").build();
PopConfig popConfig = new PopConfig.Builder(context, popFeedConfig)
...생략...
.popNotificationConfig(popNotificationConfig)
.build(); |
...