Table of Contents

Class ManifestConstantsProvider

Namespace
IO.Scanbot.Sdk.Util
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/ManifestConstantsProvider", DoNotGenerateAcw = true)]
public sealed class ManifestConstantsProvider : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ManifestConstantsProvider
Implements
Inherited Members

Properties

Instance

[Register("INSTANCE")]
public static ManifestConstantsProvider Instance { get; }

Property Value

ManifestConstantsProvider

Methods

GetConstantValue(Context, string)

[Register("getConstantValue", "(Landroid/content/Context;Ljava/lang/String;)Ljava/lang/String;", "")]
public string GetConstantValue(Context context, string key)

Parameters

context Context
key string

Returns

string