Docs.rs
android-intent-0.2.1
android-intent 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
matthunz
Dependencies
jni ^0.20.0
normal
ndk-context ^0.1.1
normal
Versions
44.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
android_
intent
0.2.1
All Items
Crate Items
Structs
Enums
Functions
Crate
android_intent
Copy item path
Source
Structs
§
Intent
A messaging object you can use to request an action from another android app component.
Enums
§
Action
Action to invoke with an intent
Extra
Extra data to include with an intent
Functions
§
with_
current_
env
Run ‘f’ with the current
JNIEnv
from
ndk_context
.