Sha256: 756cf5ac1d34d203bbde54ea25db46fd3ece90acf7851c26479260900302d95e

Contents?: true

Size: 192 Bytes

Versions: 51

Compression:

Stored size: 192 Bytes

Contents

package com.rhomobile.rhodes.webview;

import android.webkit.WebSettings;
import android.webkit.WebView;

public interface RhoWebSettings {

	public WebSettings setWebSettings(WebView w);
	
}

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
rhodes-2.4.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.4.0.beta.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.4.0.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.2.beta.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.2.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.1.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.0.beta.3 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.0.beta.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.3.0.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.6 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.6.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.5 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.5.beta.3 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.5.beta.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.5.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.4.beta.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java
rhodes-2.2.3 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java