Classes | Static Public Member Functions | Static Private Member Functions
com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher Class Reference

List of all members.

Classes

enum  AppType
enum  Result

Static Public Member Functions

static AppType checkAppType (String app_name)
static Result launch (final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app)

Static Private Member Functions

static Result launchAndroidApp (final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app)
static Result launchAndroidAppWithAppId (final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app)
static Result launchAndroidAppWithPkgName (final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app)
static Result launchUrl (final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app)
static Result launchWebApp (final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app)
static Result launchWebUrl (final Activity parent, final RoconDescription concert, final rocon_interaction_msgs.Interaction app)

Detailed Description

A rewrite of robot_remocon/AppLauncher that...

Author:
jorge@yujinrobot.com (Jorge Santos Simon)

Definition at line 68 of file src/main/java/com/github/rosjava/android_remocons/common_tools/rocon/AppLauncher.java.


Member Function Documentation

Check the application name whether web_url(*) or web_app(*)

Definition at line 124 of file src/main/java/com/github/rosjava/android_remocons/common_tools/rocon/AppLauncher.java.

static Result com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher.launch ( final Activity  parent,
final RoconDescription  concert,
final rocon_interaction_msgs.Interaction  app 
) [inline, static]

Launch a client app for the given concert app.

Definition at line 97 of file src/main/java/com/github/rosjava/android_remocons/common_tools/rocon/AppLauncher.java.

static Result com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher.launchAndroidApp ( final Activity  parent,
final RoconDescription  concert,
final rocon_interaction_msgs.Interaction  app 
) [inline, static, private]

Launch a client android app for the given concert app.

Definition at line 147 of file src/main/java/com/github/rosjava/android_remocons/common_tools/rocon/AppLauncher.java.

static Result com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher.launchAndroidAppWithAppId ( final Activity  parent,
final RoconDescription  concert,
final rocon_interaction_msgs.Interaction  app 
) [inline, static, private]
static Result com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher.launchAndroidAppWithPkgName ( final Activity  parent,
final RoconDescription  concert,
final rocon_interaction_msgs.Interaction  app 
) [inline, static, private]
static Result com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher.launchUrl ( final Activity  parent,
final RoconDescription  concert,
final rocon_interaction_msgs.Interaction  app 
) [inline, static, private]

Launch a client url for the given concert app.

Definition at line 264 of file src/main/java/com/github/rosjava/android_remocons/common_tools/rocon/AppLauncher.java.

static Result com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher.launchWebApp ( final Activity  parent,
final RoconDescription  concert,
final rocon_interaction_msgs.Interaction  app 
) [inline, static, private]

Launch a client web app for the given concert app.

Definition at line 385 of file src/main/java/com/github/rosjava/android_remocons/common_tools/rocon/AppLauncher.java.

static Result com.github.rosjava.android_remocons.common_tools.rocon.AppLauncher.launchWebUrl ( final Activity  parent,
final RoconDescription  concert,
final rocon_interaction_msgs.Interaction  app 
) [inline, static, private]

Launch a client web url for the given concert app.

Definition at line 323 of file src/main/java/com/github/rosjava/android_remocons/common_tools/rocon/AppLauncher.java.


The documentation for this class was generated from the following file:


android_remocons
Author(s): Daniel Stonier, Kazuto Murase
autogenerated on Sat Jun 8 2019 19:32:24