window.Pi.openShareDialog(title, message)window.Pi.openConversation(conversationId)window.Pi.nativeFeaturesList() (lists available Pi-native methods)window.Pi.requestPermission(permissionName)window.Pi.copyText(text)window.Pi.openUrlInSystemBrowser(url)
All utility methods return Promises that resolve with their respective results or reject if the feature is unavailable or fails. For the most up-to-date documentation on these methods, visit the Pi Platform Docs.