//Granify Android SDK/com.granifyinc.granifysdk.logging/LogSource
LogSource
[androidJvm]
enum LogSource : Enum<LogSource>
Not intended for public use; this enum and its methods are exposed due to technical requirements but are not intended to be used externally. Do not interact with this enum or its constituents.
Entries
ANDROID | [androidJvm] ANDROID |
REACT_NATIVE_ANDROID_MODULE | [androidJvm] REACT_NATIVE_ANDROID_MODULE |
REACT_NATIVE_TS_API | [androidJvm] REACT_NATIVE_TS_API |
Types
Name | Summary |
---|---|
Companion | [androidJvm] object Companion |
Properties
Name | Summary |
---|---|
name | [androidJvm] val name: String |
ordinal | [androidJvm] val ordinal: Int |
tag | [androidJvm] val tag: String |
value | [androidJvm] val value: Int |
Functions
Name | Summary |
---|---|
valueOf | [androidJvm] fun valueOf(value: String): LogSource Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | [androidJvm] fun values(): Array<LogSource> Returns an array containing the constants of this enum type, in the order they’re declared. |