These are the native APIs that PythonNative can access.
PythonNative Class | Android Class | iOS Class | Implemented |
---|---|---|---|
Accelerometer | android.hardware.SensorManager | CMMotionManager | No |
BatteryInfo | android.os.BatteryManager | UIDevice | No |
Camera | android.hardware.Camera | AVCaptureDevice | No |
Clipboard | android.content.ClipboardManager | UIPasteboard | No |
DeviceInfo | android.os.Build | UIDevice | No |
Filesystem | java.nio.file.Files | NSFileManager | No |
Geolocation | android.location.LocationManager | CLLocationManager | No |
NetworkInfo | android.net.ConnectivityManager | Reachability | No |
Notifications | android.app.NotificationManager | UNUserNotificationCenter | No |
Vibration | android.os.Vibrator | AudioServicesPlaySystemSound | No |