Enclosing class:
PluginErrorDetails


public static final class PluginErrorDetails.Platform
extends java.lang.Object
Class containing popular constants used in PluginErrorDetails.Builder.withPlatform(String).

Field Summary

Fields
Modifier and TypeField and Description
static java.lang.StringCORDOVA 
static java.lang.StringFLUTTER 
static java.lang.StringNATIVE 
static java.lang.StringREACT_NATIVE 
static java.lang.StringUNITY 
static java.lang.StringXAMARIN 

Constructor Summary

Constructors
Constructor and Description
Platform() 

Method Summary

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

NATIVE

public static final java.lang.String NATIVE
See Also:
Constant Field Values

FLUTTER

public static final java.lang.String FLUTTER
See Also:
Constant Field Values

UNITY

public static final java.lang.String UNITY
See Also:
Constant Field Values

REACT_NATIVE

public static final java.lang.String REACT_NATIVE
See Also:
Constant Field Values

CORDOVA

public static final java.lang.String CORDOVA
See Also:
Constant Field Values

XAMARIN

public static final java.lang.String XAMARIN
See Also:
Constant Field Values

Constructor Detail

Platform

public Platform()