public class

AmazonApiLevels

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonApiLevels

Class Overview

Provides constants that identify the Amazon WebView API levels.

Summary

Constants
int AWV_LEVEL_1 Internal release only.
int AWV_LEVEL_2 Initial public release Amazon WebView API level.
int AWV_LEVEL_MAX The Amazon WebView API level with which the application was compiled.
Public Constructors
AmazonApiLevels()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int AWV_LEVEL_1

Internal release only.

Constant Value: 1 (0x00000001)

public static final int AWV_LEVEL_2

Initial public release Amazon WebView API level.

Constant Value: 2 (0x00000002)

public static final int AWV_LEVEL_MAX

The Amazon WebView API level with which the application was compiled.

Constant Value: 2 (0x00000002)

Public Constructors

public AmazonApiLevels ()