Struct dinghy_lib::device::android::AndroidDevice
[−]
[src]
pub struct AndroidDevice { /* fields omitted */ }
Trait Implementations
impl DeviceCompatibility for AndroidDevice
[src]
fn is_compatible_with_regular_platform(
&self,
platform: &RegularPlatform
) -> bool
[src]
&self,
platform: &RegularPlatform
) -> bool
fn is_compatible_with_host_platform(&self, _platform: &HostPlatform) -> bool
[src]
impl Device for AndroidDevice
[src]
fn clean_app(&self, build_bundle: &BuildBundle) -> Result<()>
[src]
fn debug_app(
&self,
_project: &Project,
_build: &Build,
_args: &[&str],
_envs: &[&str]
) -> Result<BuildBundle>
[src]
&self,
_project: &Project,
_build: &Build,
_args: &[&str],
_envs: &[&str]
) -> Result<BuildBundle>
fn id(&self) -> &str
[src]
fn name(&self) -> &str
[src]
fn run_app(
&self,
project: &Project,
build: &Build,
args: &[&str],
envs: &[&str]
) -> Result<Vec<BuildBundle>>
[src]
&self,
project: &Project,
build: &Build,
args: &[&str],
envs: &[&str]
) -> Result<Vec<BuildBundle>>