public class

NativeBridge

extends Object
java.lang.Object
   ↳ com.urbanairship.js.NativeBridge

Class Overview

Static interface for loading the NativeBridge JavaScript source. note: This source is auto-generated.

Summary

Public Constructors
NativeBridge()
Public Methods
static String getJavaScriptSource()
Retrieves the NativeBridge JavaScript source.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NativeBridge ()

Public Methods

public static String getJavaScriptSource ()

Retrieves the NativeBridge JavaScript source.

Returns
  • The source as a String. If the source cannot be decoded the string will be empty.