From a438263908c66bbe36458501a76060caba04cbf2 Mon Sep 17 00:00:00 2001 From: leeeyubin <128459613+leeeyubin@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:21:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20teamtern?= =?UTF-8?q?ing/Terning-Android@d3801deac0b26de3e409afed973cf26f872895d0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../-amplitude-tracker.html | 80 ++++ .../-amplitude-tracker/index.html | 123 +++++ .../-amplitude-tracker/track.html | 80 ++++ .../-event-type/-c-l-i-c-k/index.html | 134 ++++++ .../-event-type/-v-i-e-w/index.html | 134 ++++++ .../-event-type/entries.html | 80 ++++ .../-event-type/index.html | 217 +++++++++ .../-event-type/prefix.html | 80 ++++ .../-event-type/value-of.html | 80 ++++ .../-event-type/values.html | 80 ++++ .../-local-tracker.html | 80 ++++ core/com.terning.core.analytics/index.html | 137 ++++++ core/package-list | 13 + index.html | 20 +- navigation.html | 426 +++++++++--------- scripts/pages.json | 2 +- 16 files changed, 1560 insertions(+), 206 deletions(-) create mode 100644 core/com.terning.core.analytics/-amplitude-tracker/-amplitude-tracker.html create mode 100644 core/com.terning.core.analytics/-amplitude-tracker/index.html create mode 100644 core/com.terning.core.analytics/-amplitude-tracker/track.html create mode 100644 core/com.terning.core.analytics/-event-type/-c-l-i-c-k/index.html create mode 100644 core/com.terning.core.analytics/-event-type/-v-i-e-w/index.html create mode 100644 core/com.terning.core.analytics/-event-type/entries.html create mode 100644 core/com.terning.core.analytics/-event-type/index.html create mode 100644 core/com.terning.core.analytics/-event-type/prefix.html create mode 100644 core/com.terning.core.analytics/-event-type/value-of.html create mode 100644 core/com.terning.core.analytics/-event-type/values.html create mode 100644 core/com.terning.core.analytics/-local-tracker.html create mode 100644 core/com.terning.core.analytics/index.html diff --git a/core/com.terning.core.analytics/-amplitude-tracker/-amplitude-tracker.html b/core/com.terning.core.analytics/-amplitude-tracker/-amplitude-tracker.html new file mode 100644 index 00000000..cbef38e7 --- /dev/null +++ b/core/com.terning.core.analytics/-amplitude-tracker/-amplitude-tracker.html @@ -0,0 +1,80 @@ + + +
+ +Returns a representation of an immutable list of all enum entries, in the order they're declared.
This method may be used to iterate over the enum entries.
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.)
if this enum type has no constant with the specified name