PDF packaged with the host application. Resolved through Context.assets on Android and Bundle.main on iOS so the same Asset("manuals/quickstart.pdf") works on both platforms.
Context.assets
Bundle.main
Asset("manuals/quickstart.pdf")
resource-relative path inside the app bundle / assets folder.