AndroidUtils

Class Info

public class AndroidUtils

The AndroidUtils class is a class written for easy access to android methods such as StartActivity.

Public Method Summary

Qualifier and TypeMethod Name and Description

static void

public static void LaunchAGHomePage()

Redirects the user from an app to the AppGallery home page.

static void

LaunchAppDetailPageAppID(string appID)

Uses appID to redirect the user from an in-app page to the app's details page.

static void

LaunchAppDetailPagePackageName(string packageName)

Uses packageName to redirect the user from an in-app page to the app's details page.

static void

StartActivity(AndroidIntent intent)

Uses AndroidIntent to start an activity.

static void

StartActivityForResult(AndroidIntent intent, int requestCode)

Uses AndroidIntent and requestCode to start an activity. Obtaining results requires enabling the custom manifest.

Last updated