Domains API
the functional (flat) API domain.action It is a public interface bundled into a form. The functional API can be used as is, and the domain interface additionally provides the same implementation grouped by domain.
The document structure follows this directory structure exactly — REFERENCE.md in the domain directory is the overview, domain/member/REFERENCE.mdis the member details.
Domain list
Interstitial, AdMob, and banner ads
Analytics logs and screen logging
Clipboard read/write
Device, permissions, location, and media
Runtime environment, version, and network
File saving and PDF viewer
Game Center leaderboard and profile
In-app purchases
Web origin storage migration
Notification consent
Device permission lookup and requests
Promotional rewards and friend invites
Request in-app reviews
Safe Area insets lookup and subscription
Screen control
Share links and share sheets
Local storage
Toss Login and signature
Toss Pay payment authentication
User key, consent data, and age
Relationship with the functional API
When calling a domain member in an unsupported Toss app version undefinedwithout returning UNSUPPORTED_APP_VERSION an error throwit does (the functional API keeps the existing v2 behavior as is). That member can be isSupported()checked in advance with
Was this helpful?