react-native-gemius-plugin 1.7.3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -0
- package/LRTGemiusPlugin.podspec +21 -0
- package/README.md +23 -30
- package/android/build.gradle +74 -69
- package/android/src/main/AndroidManifest.xml +1 -3
- package/android/src/main/java/com/gemiusplugin/LRTGemiusPluginModule.kt +161 -0
- package/android/src/main/java/com/gemiusplugin/LRTGemiusPluginPackage.kt +31 -0
- package/ios/Frameworks/GemiusSDK.xcframework/Info.plist +9 -5
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/Config.h +21 -2
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Info.plist +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Modules/module.modulemap +1 -1
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/Config.h +21 -2
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Info.plist +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Modules/module.modulemap +1 -1
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeResources +14 -87
- package/ios/LRTGemiusPlugin.h +5 -0
- package/ios/LRTGemiusPlugin.mm +179 -0
- package/lib/module/NativeLRTGemiusPlugin.js +5 -0
- package/lib/module/NativeLRTGemiusPlugin.js.map +1 -0
- package/{index.js → lib/module/index.js} +16 -29
- package/lib/module/index.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/NativeLRTGemiusPlugin.d.ts +22 -0
- package/lib/typescript/src/NativeLRTGemiusPlugin.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +22 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/package.json +156 -17
- package/src/NativeLRTGemiusPlugin.ts +48 -0
- package/src/index.tsx +105 -0
- package/.gitattributes +0 -1
- package/android/.classpath +0 -6
- package/android/.gradle/9.0.0/checksums/checksums.lock +0 -0
- package/android/.gradle/9.0.0/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/9.0.0/fileChanges/last-build.bin +0 -0
- package/android/.gradle/9.0.0/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/9.0.0/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/9.0.0/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/9.0.0/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/config.properties +0 -2
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/gradle.properties +0 -43
- package/android/.gradle/noVersion/buildLogic.lock +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/AndroidProjectSystem.xml +0 -6
- package/android/.idea/caches/deviceStreaming.xml +0 -1414
- package/android/.idea/compiler.xml +0 -19
- package/android/.idea/copilot.data.migration.agent.xml +0 -6
- package/android/.idea/gradle.xml +0 -18
- package/android/.idea/jarRepositories.xml +0 -55
- package/android/.idea/kotlinc.xml +0 -6
- package/android/.idea/migrations.xml +0 -10
- package/android/.idea/misc.xml +0 -10
- package/android/.idea/modules/android.androidTest.iml +0 -15
- package/android/.idea/modules/android.iml +0 -21
- package/android/.idea/modules/android.main.iml +0 -15
- package/android/.idea/modules/android.unitTest.iml +0 -15
- package/android/.idea/modules.xml +0 -11
- package/android/.idea/runConfigurations.xml +0 -17
- package/android/.idea/vcs.xml +0 -6
- package/android/.project +0 -34
- package/android/.settings/org.eclipse.buildship.core.prefs +0 -13
- package/android/README.md +0 -14
- package/android/build/reports/problems/problems-report.html +0 -663
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/android/gradle.properties +0 -39
- package/android/gradlew +0 -251
- package/android/gradlew.bat +0 -99
- package/android/local.properties +0 -8
- package/android/src/main/java/com/reactlibrary/GemiusPluginModule.java +0 -170
- package/android/src/main/java/com/reactlibrary/GemiusPluginPackage.java +0 -20
- package/index.d.ts +0 -27
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/GemiusPlugin.h +0 -5
- package/ios/GemiusPlugin.m +0 -163
- package/ios/GemiusPlugin.xcodeproj/project.pbxproj +0 -313
- package/ios/GemiusPlugin.xcodeproj/xcshareddata/xcschemes/GemiusPlugin.xcscheme +0 -67
- package/ios/GemiusPlugin.xcworkspace/contents.xcworkspacedata +0 -7
- package/ios/GemiusPlugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/GemiusPlugin.xcworkspace/xcuserdata/kestasvenslauskas.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/react-native-gemius-plugin.podspec +0 -30
|
Binary file
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
## For more details on how to configure your build environment visit
|
|
2
|
-
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
3
|
-
#
|
|
4
|
-
# Specifies the JVM arguments used for the daemon process.
|
|
5
|
-
# The setting is particularly useful for tweaking memory settings.
|
|
6
|
-
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
7
|
-
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
8
|
-
#
|
|
9
|
-
# When configured, Gradle will run in incubating parallel mode.
|
|
10
|
-
# This option should only be used with decoupled projects. More details, visit
|
|
11
|
-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
12
|
-
# org.gradle.parallel=true
|
|
13
|
-
#Fri May 20 16:15:07 EEST 2022
|
|
14
|
-
android.useAndroidX=true
|
|
15
|
-
android.enableJetifier=true
|
|
16
|
-
|
|
17
|
-
mavenGemiusUser=lrt.lt
|
|
18
|
-
mavenGemiusPassword=iZx3rVJVOEvlQKTanIsNlxQV57wa1VTv56hcDRMQbS7HD11Xc33hkrBrhI2TAmTg
|
|
19
|
-
|
|
20
|
-
# Use this property to specify which architecture you want to build.
|
|
21
|
-
# You can also override it from the CLI using
|
|
22
|
-
# ./gradlew <task> -PreactNativeArchitectures=x86_64
|
|
23
|
-
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
|
|
24
|
-
|
|
25
|
-
# Use this property to enable support to the new architecture.
|
|
26
|
-
# This will allow you to use TurboModules and the Fabric render in
|
|
27
|
-
# your application. You should enable this flag either if you want
|
|
28
|
-
# to write custom TurboModules/Fabric components OR use libraries that
|
|
29
|
-
# are providing them.
|
|
30
|
-
newArchEnabled=true
|
|
31
|
-
|
|
32
|
-
# Use this property to enable or disable the Hermes JS engine.
|
|
33
|
-
# If set to false, you will be using JSC instead.
|
|
34
|
-
hermesEnabled=true
|
|
35
|
-
|
|
36
|
-
# Use this property to enable edge-to-edge display support.
|
|
37
|
-
# This allows your app to draw behind system bars for an immersive UI.
|
|
38
|
-
# Note: Only works with ReactActivity and should not be used with custom Activity.
|
|
39
|
-
edgeToEdgeEnabled=false
|
package/android/gradlew
DELETED
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
|
|
3
|
-
#
|
|
4
|
-
# Copyright © 2015 the original authors.
|
|
5
|
-
#
|
|
6
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
-
# you may not use this file except in compliance with the License.
|
|
8
|
-
# You may obtain a copy of the License at
|
|
9
|
-
#
|
|
10
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
#
|
|
12
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
# See the License for the specific language governing permissions and
|
|
16
|
-
# limitations under the License.
|
|
17
|
-
#
|
|
18
|
-
# SPDX-License-Identifier: Apache-2.0
|
|
19
|
-
#
|
|
20
|
-
|
|
21
|
-
##############################################################################
|
|
22
|
-
#
|
|
23
|
-
# Gradle start up script for POSIX generated by Gradle.
|
|
24
|
-
#
|
|
25
|
-
# Important for running:
|
|
26
|
-
#
|
|
27
|
-
# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
|
|
28
|
-
# noncompliant, but you have some other compliant shell such as ksh or
|
|
29
|
-
# bash, then to run this script, type that shell name before the whole
|
|
30
|
-
# command line, like:
|
|
31
|
-
#
|
|
32
|
-
# ksh Gradle
|
|
33
|
-
#
|
|
34
|
-
# Busybox and similar reduced shells will NOT work, because this script
|
|
35
|
-
# requires all of these POSIX shell features:
|
|
36
|
-
# * functions;
|
|
37
|
-
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
|
|
38
|
-
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
|
|
39
|
-
# * compound commands having a testable exit status, especially «case»;
|
|
40
|
-
# * various built-in commands including «command», «set», and «ulimit».
|
|
41
|
-
#
|
|
42
|
-
# Important for patching:
|
|
43
|
-
#
|
|
44
|
-
# (2) This script targets any POSIX shell, so it avoids extensions provided
|
|
45
|
-
# by Bash, Ksh, etc; in particular arrays are avoided.
|
|
46
|
-
#
|
|
47
|
-
# The "traditional" practice of packing multiple parameters into a
|
|
48
|
-
# space-separated string is a well documented source of bugs and security
|
|
49
|
-
# problems, so this is (mostly) avoided, by progressively accumulating
|
|
50
|
-
# options in "$@", and eventually passing that to Java.
|
|
51
|
-
#
|
|
52
|
-
# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
|
|
53
|
-
# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
|
|
54
|
-
# see the in-line comments for details.
|
|
55
|
-
#
|
|
56
|
-
# There are tweaks for specific operating systems such as AIX, CygWin,
|
|
57
|
-
# Darwin, MinGW, and NonStop.
|
|
58
|
-
#
|
|
59
|
-
# (3) This script is generated from the Groovy template
|
|
60
|
-
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
|
61
|
-
# within the Gradle project.
|
|
62
|
-
#
|
|
63
|
-
# You can find Gradle at https://github.com/gradle/gradle/.
|
|
64
|
-
#
|
|
65
|
-
##############################################################################
|
|
66
|
-
|
|
67
|
-
# Attempt to set APP_HOME
|
|
68
|
-
|
|
69
|
-
# Resolve links: $0 may be a link
|
|
70
|
-
app_path=$0
|
|
71
|
-
|
|
72
|
-
# Need this for daisy-chained symlinks.
|
|
73
|
-
while
|
|
74
|
-
APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
|
|
75
|
-
[ -h "$app_path" ]
|
|
76
|
-
do
|
|
77
|
-
ls=$( ls -ld "$app_path" )
|
|
78
|
-
link=${ls#*' -> '}
|
|
79
|
-
case $link in #(
|
|
80
|
-
/*) app_path=$link ;; #(
|
|
81
|
-
*) app_path=$APP_HOME$link ;;
|
|
82
|
-
esac
|
|
83
|
-
done
|
|
84
|
-
|
|
85
|
-
# This is normally unused
|
|
86
|
-
# shellcheck disable=SC2034
|
|
87
|
-
APP_BASE_NAME=${0##*/}
|
|
88
|
-
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
|
89
|
-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
|
|
90
|
-
|
|
91
|
-
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
|
92
|
-
MAX_FD=maximum
|
|
93
|
-
|
|
94
|
-
warn () {
|
|
95
|
-
echo "$*"
|
|
96
|
-
} >&2
|
|
97
|
-
|
|
98
|
-
die () {
|
|
99
|
-
echo
|
|
100
|
-
echo "$*"
|
|
101
|
-
echo
|
|
102
|
-
exit 1
|
|
103
|
-
} >&2
|
|
104
|
-
|
|
105
|
-
# OS specific support (must be 'true' or 'false').
|
|
106
|
-
cygwin=false
|
|
107
|
-
msys=false
|
|
108
|
-
darwin=false
|
|
109
|
-
nonstop=false
|
|
110
|
-
case "$( uname )" in #(
|
|
111
|
-
CYGWIN* ) cygwin=true ;; #(
|
|
112
|
-
Darwin* ) darwin=true ;; #(
|
|
113
|
-
MSYS* | MINGW* ) msys=true ;; #(
|
|
114
|
-
NONSTOP* ) nonstop=true ;;
|
|
115
|
-
esac
|
|
116
|
-
|
|
117
|
-
CLASSPATH="\\\"\\\""
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
# Determine the Java command to use to start the JVM.
|
|
121
|
-
if [ -n "$JAVA_HOME" ] ; then
|
|
122
|
-
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
|
123
|
-
# IBM's JDK on AIX uses strange locations for the executables
|
|
124
|
-
JAVACMD=$JAVA_HOME/jre/sh/java
|
|
125
|
-
else
|
|
126
|
-
JAVACMD=$JAVA_HOME/bin/java
|
|
127
|
-
fi
|
|
128
|
-
if [ ! -x "$JAVACMD" ] ; then
|
|
129
|
-
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
|
|
130
|
-
|
|
131
|
-
Please set the JAVA_HOME variable in your environment to match the
|
|
132
|
-
location of your Java installation."
|
|
133
|
-
fi
|
|
134
|
-
else
|
|
135
|
-
JAVACMD=java
|
|
136
|
-
if ! command -v java >/dev/null 2>&1
|
|
137
|
-
then
|
|
138
|
-
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
|
139
|
-
|
|
140
|
-
Please set the JAVA_HOME variable in your environment to match the
|
|
141
|
-
location of your Java installation."
|
|
142
|
-
fi
|
|
143
|
-
fi
|
|
144
|
-
|
|
145
|
-
# Increase the maximum file descriptors if we can.
|
|
146
|
-
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
|
|
147
|
-
case $MAX_FD in #(
|
|
148
|
-
max*)
|
|
149
|
-
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
|
|
150
|
-
# shellcheck disable=SC2039,SC3045
|
|
151
|
-
MAX_FD=$( ulimit -H -n ) ||
|
|
152
|
-
warn "Could not query maximum file descriptor limit"
|
|
153
|
-
esac
|
|
154
|
-
case $MAX_FD in #(
|
|
155
|
-
'' | soft) :;; #(
|
|
156
|
-
*)
|
|
157
|
-
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
|
|
158
|
-
# shellcheck disable=SC2039,SC3045
|
|
159
|
-
ulimit -n "$MAX_FD" ||
|
|
160
|
-
warn "Could not set maximum file descriptor limit to $MAX_FD"
|
|
161
|
-
esac
|
|
162
|
-
fi
|
|
163
|
-
|
|
164
|
-
# Collect all arguments for the java command, stacking in reverse order:
|
|
165
|
-
# * args from the command line
|
|
166
|
-
# * the main class name
|
|
167
|
-
# * -classpath
|
|
168
|
-
# * -D...appname settings
|
|
169
|
-
# * --module-path (only if needed)
|
|
170
|
-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
|
|
171
|
-
|
|
172
|
-
# For Cygwin or MSYS, switch paths to Windows format before running java
|
|
173
|
-
if "$cygwin" || "$msys" ; then
|
|
174
|
-
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
|
|
175
|
-
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
|
|
176
|
-
|
|
177
|
-
JAVACMD=$( cygpath --unix "$JAVACMD" )
|
|
178
|
-
|
|
179
|
-
# Now convert the arguments - kludge to limit ourselves to /bin/sh
|
|
180
|
-
for arg do
|
|
181
|
-
if
|
|
182
|
-
case $arg in #(
|
|
183
|
-
-*) false ;; # don't mess with options #(
|
|
184
|
-
/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
|
|
185
|
-
[ -e "$t" ] ;; #(
|
|
186
|
-
*) false ;;
|
|
187
|
-
esac
|
|
188
|
-
then
|
|
189
|
-
arg=$( cygpath --path --ignore --mixed "$arg" )
|
|
190
|
-
fi
|
|
191
|
-
# Roll the args list around exactly as many times as the number of
|
|
192
|
-
# args, so each arg winds up back in the position where it started, but
|
|
193
|
-
# possibly modified.
|
|
194
|
-
#
|
|
195
|
-
# NB: a `for` loop captures its iteration list before it begins, so
|
|
196
|
-
# changing the positional parameters here affects neither the number of
|
|
197
|
-
# iterations, nor the values presented in `arg`.
|
|
198
|
-
shift # remove old arg
|
|
199
|
-
set -- "$@" "$arg" # push replacement arg
|
|
200
|
-
done
|
|
201
|
-
fi
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
|
205
|
-
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
|
206
|
-
|
|
207
|
-
# Collect all arguments for the java command:
|
|
208
|
-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
|
209
|
-
# and any embedded shellness will be escaped.
|
|
210
|
-
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
|
211
|
-
# treated as '${Hostname}' itself on the command line.
|
|
212
|
-
|
|
213
|
-
set -- \
|
|
214
|
-
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
|
215
|
-
-classpath "$CLASSPATH" \
|
|
216
|
-
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
|
|
217
|
-
"$@"
|
|
218
|
-
|
|
219
|
-
# Stop when "xargs" is not available.
|
|
220
|
-
if ! command -v xargs >/dev/null 2>&1
|
|
221
|
-
then
|
|
222
|
-
die "xargs is not available"
|
|
223
|
-
fi
|
|
224
|
-
|
|
225
|
-
# Use "xargs" to parse quoted args.
|
|
226
|
-
#
|
|
227
|
-
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
|
|
228
|
-
#
|
|
229
|
-
# In Bash we could simply go:
|
|
230
|
-
#
|
|
231
|
-
# readarray ARGS < <( xargs -n1 <<<"$var" ) &&
|
|
232
|
-
# set -- "${ARGS[@]}" "$@"
|
|
233
|
-
#
|
|
234
|
-
# but POSIX shell has neither arrays nor command substitution, so instead we
|
|
235
|
-
# post-process each arg (as a line of input to sed) to backslash-escape any
|
|
236
|
-
# character that might be a shell metacharacter, then use eval to reverse
|
|
237
|
-
# that process (while maintaining the separation between arguments), and wrap
|
|
238
|
-
# the whole thing up as a single "set" statement.
|
|
239
|
-
#
|
|
240
|
-
# This will of course break if any of these variables contains a newline or
|
|
241
|
-
# an unmatched quote.
|
|
242
|
-
#
|
|
243
|
-
|
|
244
|
-
eval "set -- $(
|
|
245
|
-
printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
|
|
246
|
-
xargs -n1 |
|
|
247
|
-
sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
|
|
248
|
-
tr '\n' ' '
|
|
249
|
-
)" '"$@"'
|
|
250
|
-
|
|
251
|
-
exec "$JAVACMD" "$@"
|
package/android/gradlew.bat
DELETED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
@REM Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
-
@REM
|
|
3
|
-
@REM This source code is licensed under the MIT license found in the
|
|
4
|
-
@REM LICENSE file in the root directory of this source tree.
|
|
5
|
-
|
|
6
|
-
@rem
|
|
7
|
-
@rem Copyright 2015 the original author or authors.
|
|
8
|
-
@rem
|
|
9
|
-
@rem Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
-
@rem you may not use this file except in compliance with the License.
|
|
11
|
-
@rem You may obtain a copy of the License at
|
|
12
|
-
@rem
|
|
13
|
-
@rem https://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
-
@rem
|
|
15
|
-
@rem Unless required by applicable law or agreed to in writing, software
|
|
16
|
-
@rem distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
-
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
-
@rem See the License for the specific language governing permissions and
|
|
19
|
-
@rem limitations under the License.
|
|
20
|
-
@rem
|
|
21
|
-
@rem SPDX-License-Identifier: Apache-2.0
|
|
22
|
-
@rem
|
|
23
|
-
|
|
24
|
-
@if "%DEBUG%"=="" @echo off
|
|
25
|
-
@rem ##########################################################################
|
|
26
|
-
@rem
|
|
27
|
-
@rem Gradle startup script for Windows
|
|
28
|
-
@rem
|
|
29
|
-
@rem ##########################################################################
|
|
30
|
-
|
|
31
|
-
@rem Set local scope for the variables with windows NT shell
|
|
32
|
-
if "%OS%"=="Windows_NT" setlocal
|
|
33
|
-
|
|
34
|
-
set DIRNAME=%~dp0
|
|
35
|
-
if "%DIRNAME%"=="" set DIRNAME=.
|
|
36
|
-
@rem This is normally unused
|
|
37
|
-
set APP_BASE_NAME=%~n0
|
|
38
|
-
set APP_HOME=%DIRNAME%
|
|
39
|
-
|
|
40
|
-
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
|
|
41
|
-
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
|
|
42
|
-
|
|
43
|
-
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
|
44
|
-
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
|
|
45
|
-
|
|
46
|
-
@rem Find java.exe
|
|
47
|
-
if defined JAVA_HOME goto findJavaFromJavaHome
|
|
48
|
-
|
|
49
|
-
set JAVA_EXE=java.exe
|
|
50
|
-
%JAVA_EXE% -version >NUL 2>&1
|
|
51
|
-
if %ERRORLEVEL% equ 0 goto execute
|
|
52
|
-
|
|
53
|
-
echo. 1>&2
|
|
54
|
-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
|
|
55
|
-
echo. 1>&2
|
|
56
|
-
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
|
57
|
-
echo location of your Java installation. 1>&2
|
|
58
|
-
|
|
59
|
-
goto fail
|
|
60
|
-
|
|
61
|
-
:findJavaFromJavaHome
|
|
62
|
-
set JAVA_HOME=%JAVA_HOME:"=%
|
|
63
|
-
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
|
64
|
-
|
|
65
|
-
if exist "%JAVA_EXE%" goto execute
|
|
66
|
-
|
|
67
|
-
echo. 1>&2
|
|
68
|
-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
|
|
69
|
-
echo. 1>&2
|
|
70
|
-
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
|
|
71
|
-
echo location of your Java installation. 1>&2
|
|
72
|
-
|
|
73
|
-
goto fail
|
|
74
|
-
|
|
75
|
-
:execute
|
|
76
|
-
@rem Setup the command line
|
|
77
|
-
|
|
78
|
-
set CLASSPATH=
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
@rem Execute Gradle
|
|
82
|
-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
|
|
83
|
-
|
|
84
|
-
:end
|
|
85
|
-
@rem End local scope for the variables with windows NT shell
|
|
86
|
-
if %ERRORLEVEL% equ 0 goto mainEnd
|
|
87
|
-
|
|
88
|
-
:fail
|
|
89
|
-
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
|
90
|
-
rem the _cmd.exe /c_ return code!
|
|
91
|
-
set EXIT_CODE=%ERRORLEVEL%
|
|
92
|
-
if %EXIT_CODE% equ 0 set EXIT_CODE=1
|
|
93
|
-
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
|
|
94
|
-
exit /b %EXIT_CODE%
|
|
95
|
-
|
|
96
|
-
:mainEnd
|
|
97
|
-
if "%OS%"=="Windows_NT" endlocal
|
|
98
|
-
|
|
99
|
-
:omega
|
package/android/local.properties
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
## This file must *NOT* be checked into Version Control Systems,
|
|
2
|
-
# as it contains information specific to your local configuration.
|
|
3
|
-
#
|
|
4
|
-
# Location of the SDK. This is only used by Gradle.
|
|
5
|
-
# For customization when using a Version Control System, please read the
|
|
6
|
-
# header note.
|
|
7
|
-
#Fri Jun 17 17:47:51 EEST 2022
|
|
8
|
-
sdk.dir=/Users/kestasvenslauskas/Library/Android/sdk
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
package com.reactlibrary;
|
|
2
|
-
|
|
3
|
-
import android.os.Handler;
|
|
4
|
-
import android.os.Looper;
|
|
5
|
-
import android.util.Log;
|
|
6
|
-
|
|
7
|
-
import com.facebook.react.bridge.ReactApplicationContext;
|
|
8
|
-
import com.facebook.react.bridge.ReactContextBaseJavaModule;
|
|
9
|
-
import com.facebook.react.bridge.ReactMethod;
|
|
10
|
-
import com.facebook.react.bridge.ReadableMap;
|
|
11
|
-
import com.facebook.react.bridge.ReadableMapKeySetIterator;
|
|
12
|
-
import com.gemius.sdk.Config;
|
|
13
|
-
import com.gemius.sdk.audience.AudienceConfig;
|
|
14
|
-
import com.gemius.sdk.audience.AudienceEvent;
|
|
15
|
-
import com.gemius.sdk.audience.BaseEvent;
|
|
16
|
-
import com.gemius.sdk.audience.BaseEvent.EventType;
|
|
17
|
-
import com.gemius.sdk.stream.EventProgramData;
|
|
18
|
-
import com.gemius.sdk.stream.Player;
|
|
19
|
-
import com.gemius.sdk.stream.PlayerData;
|
|
20
|
-
import com.gemius.sdk.stream.ProgramData;
|
|
21
|
-
|
|
22
|
-
public class GemiusPluginModule extends ReactContextBaseJavaModule {
|
|
23
|
-
|
|
24
|
-
private static final String TAG = "GemiusPluginModule";
|
|
25
|
-
|
|
26
|
-
private final ReactApplicationContext reactContext;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Player used to send video player statistics.
|
|
30
|
-
*/
|
|
31
|
-
private Player player;
|
|
32
|
-
|
|
33
|
-
public GemiusPluginModule(ReactApplicationContext reactContext) {
|
|
34
|
-
super(reactContext);
|
|
35
|
-
this.reactContext = reactContext;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@Override
|
|
39
|
-
public String getName() {
|
|
40
|
-
return "GemiusPlugin";
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@ReactMethod
|
|
44
|
-
public void setAppInfo(String app, String version, String gemiusHitCollectorHost, String gemiusPrismIdentifier) {
|
|
45
|
-
Log.i(TAG, "Setting app info: app[" + app + "] version[" + version + "]");
|
|
46
|
-
Config.setAppInfo(app, version);
|
|
47
|
-
AudienceConfig.getSingleton().setHitCollectorHost(gemiusHitCollectorHost);
|
|
48
|
-
AudienceConfig.getSingleton().setScriptIdentifier(gemiusPrismIdentifier);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
@ReactMethod
|
|
52
|
-
public void setPlayerInfo(String playerId, String serverHost, String accountId) {
|
|
53
|
-
Log.w(TAG, "Initialising player...");
|
|
54
|
-
if (player == null) {
|
|
55
|
-
player = new Player(playerId, serverHost, accountId, new PlayerData());
|
|
56
|
-
player.setContext(reactContext);
|
|
57
|
-
} else {
|
|
58
|
-
Log.w(TAG, "Player already initialised");
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@ReactMethod
|
|
63
|
-
public void setProgramData(String clipId, String name, Integer duration, String type) {
|
|
64
|
-
Log.d(TAG, "Settings new program data for '" + name + "'");
|
|
65
|
-
ProgramData programData = new ProgramData();
|
|
66
|
-
programData.setName(name);
|
|
67
|
-
programData.setDuration(duration);
|
|
68
|
-
|
|
69
|
-
if (type != null && type.equals("audio")) {
|
|
70
|
-
programData.setProgramType(ProgramData.ProgramType.AUDIO);
|
|
71
|
-
} else {
|
|
72
|
-
programData.setProgramType(ProgramData.ProgramType.VIDEO);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
player.newProgram(clipId, programData);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@ReactMethod
|
|
79
|
-
public void sendPlay(String clipId, Integer offset) {
|
|
80
|
-
Log.d(TAG, "Player PLAY event for '" + clipId + "' offset: " + offset);
|
|
81
|
-
EventProgramData eventProgramData = new EventProgramData();
|
|
82
|
-
eventProgramData.setAutoPlay(true);
|
|
83
|
-
player.programEvent(clipId, offset, Player.EventType.PLAY, eventProgramData);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
@ReactMethod
|
|
87
|
-
public void sendPause(String clipId, Integer offset) {
|
|
88
|
-
Log.d(TAG, "Player PAUSE event for '" + clipId + "' offset: " + offset);
|
|
89
|
-
player.programEvent(clipId, offset, Player.EventType.PAUSE, null);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
@ReactMethod
|
|
93
|
-
public void sendStop(String clipId, Integer offset) {
|
|
94
|
-
Log.d(TAG, "Player STOP event for '" + clipId + "' offset: " + offset);
|
|
95
|
-
player.programEvent(clipId, offset, Player.EventType.STOP, null);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
@ReactMethod
|
|
99
|
-
public void sendBuffer(String clipId, Integer offset) {
|
|
100
|
-
Log.d(TAG, "Player BUFFER event for '" + clipId + "' offset: " + offset);
|
|
101
|
-
player.programEvent(clipId, offset, Player.EventType.BUFFER, null);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
@ReactMethod
|
|
105
|
-
public void sendClose(String clipId, Integer offset) {
|
|
106
|
-
Log.d(TAG, "Player CLOSE event for '" + clipId + "' offset: " + offset);
|
|
107
|
-
player.programEvent(clipId, offset, Player.EventType.CLOSE, null);
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@ReactMethod
|
|
111
|
-
public void sendSeek(String clipId, Integer offset) {
|
|
112
|
-
Log.d(TAG, "Player SEEK event for '" + clipId + "' offset: " + offset);
|
|
113
|
-
player.programEvent(clipId, offset, Player.EventType.SEEK, null);
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
@ReactMethod
|
|
117
|
-
public void sendComplete(String clipId, Integer offset) {
|
|
118
|
-
Log.d(TAG, "Player COMPLETE event for '" + clipId + "' offset: " + offset);
|
|
119
|
-
player.programEvent(clipId, offset, Player.EventType.COMPLETE, null);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@ReactMethod
|
|
123
|
-
public void sendPageViewedEvent(String gemiusPrismIdentifier, ReadableMap paramsMap) {
|
|
124
|
-
Log.d(TAG, "sendPageViewedEvent() called.");
|
|
125
|
-
new Handler(Looper.getMainLooper()).post(() -> {
|
|
126
|
-
AudienceEvent event = new AudienceEvent(this.reactContext);
|
|
127
|
-
event.setScriptIdentifier(gemiusPrismIdentifier);
|
|
128
|
-
event.setEventType(AudienceEvent.EventType.FULL_PAGEVIEW);
|
|
129
|
-
addParamsToEvent(event, paramsMap);
|
|
130
|
-
event.sendEvent();
|
|
131
|
-
});
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
@ReactMethod
|
|
135
|
-
public void sendPartialPageViewedEvent(String gemiusPrismIdentifier, ReadableMap paramsMap) {
|
|
136
|
-
Log.d(TAG, "sendPartialPageViewedEvent() called.");
|
|
137
|
-
new Handler(Looper.getMainLooper()).post(() -> {
|
|
138
|
-
AudienceEvent event = new AudienceEvent(this.reactContext);
|
|
139
|
-
event.setScriptIdentifier(gemiusPrismIdentifier);
|
|
140
|
-
event.setEventType(AudienceEvent.EventType.PARTIAL_PAGEVIEW);
|
|
141
|
-
addParamsToEvent(event, paramsMap);
|
|
142
|
-
event.sendEvent();
|
|
143
|
-
});
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
@ReactMethod
|
|
147
|
-
public void sendActionEvent(String gemiusPrismIdentifier, ReadableMap paramsMap) {
|
|
148
|
-
Log.d(TAG, "sendActionEvent() called.");
|
|
149
|
-
new Handler(Looper.getMainLooper()).post(() -> {
|
|
150
|
-
AudienceEvent event = new AudienceEvent(this.reactContext);
|
|
151
|
-
event.setScriptIdentifier(gemiusPrismIdentifier);
|
|
152
|
-
event.setEventType(EventType.ACTION);
|
|
153
|
-
addParamsToEvent(event, paramsMap);
|
|
154
|
-
event.sendEvent();
|
|
155
|
-
});
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
private void addParamsToEvent(BaseEvent event, ReadableMap paramsMap) {
|
|
159
|
-
if (paramsMap != null) {
|
|
160
|
-
Log.d(TAG, "Adding extra params to event.");
|
|
161
|
-
ReadableMapKeySetIterator iterator = paramsMap.keySetIterator();
|
|
162
|
-
while (iterator.hasNextKey()) {
|
|
163
|
-
String key = iterator.nextKey();
|
|
164
|
-
String value = paramsMap.getString(key);
|
|
165
|
-
Log.d(TAG, key + " = " + value);
|
|
166
|
-
event.addExtraParameter(key, value);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
package com.reactlibrary;
|
|
2
|
-
|
|
3
|
-
import com.facebook.react.ReactPackage;
|
|
4
|
-
import com.facebook.react.bridge.NativeModule;
|
|
5
|
-
import com.facebook.react.bridge.ReactApplicationContext;
|
|
6
|
-
import com.facebook.react.uimanager.ViewManager;
|
|
7
|
-
import java.util.Collections;
|
|
8
|
-
import java.util.List;
|
|
9
|
-
|
|
10
|
-
public class GemiusPluginPackage implements ReactPackage {
|
|
11
|
-
@Override
|
|
12
|
-
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
|
|
13
|
-
return Collections.<NativeModule>singletonList(new GemiusPluginModule(reactContext));
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@Override
|
|
17
|
-
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
|
|
18
|
-
return Collections.emptyList();
|
|
19
|
-
}
|
|
20
|
-
}
|
package/index.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Duration used for live streams
|
|
3
|
-
*/
|
|
4
|
-
export declare const DURATION_LIVE_STREAM = -1;
|
|
5
|
-
export declare type GemiusParams = {
|
|
6
|
-
[key: string]: string | number | boolean | undefined | null;
|
|
7
|
-
};
|
|
8
|
-
export default class Gemius {
|
|
9
|
-
static setAppInfo(
|
|
10
|
-
app: string,
|
|
11
|
-
version: string,
|
|
12
|
-
gemiusHitCollectorHost: string,
|
|
13
|
-
gemiusPrismIdentifier: string,
|
|
14
|
-
): void;
|
|
15
|
-
static setPlayerInfo(playerId: string, serverHost: string, accountId: string): void;
|
|
16
|
-
static setProgramData(clipId: string, name: string, duration: number, isVideo: boolean): void;
|
|
17
|
-
static sendPlay(clipId: string, offset: number): void;
|
|
18
|
-
static sendPause(clipId: string, offset: number): void;
|
|
19
|
-
static sendBuffer(clipId: string, offset: number): void;
|
|
20
|
-
static sendStop(clipId: string, offset: number): void;
|
|
21
|
-
static sendComplete(clipId: string, offset: number): void;
|
|
22
|
-
static sendClose(clipId: string, offset: number): void;
|
|
23
|
-
static sendSeek(clipId: string, offset: number): void;
|
|
24
|
-
static sendPartialPageViewedEvent(gemiusPrismIdentifier: string, extraParameters?: GemiusParams): void;
|
|
25
|
-
static sendPageViewedEvent(gemiusPrismIdentifier: string, extraParameters?: GemiusParams): void;
|
|
26
|
-
static sendActionEvent(gemiusPrismIdentifier: string, extraParameters?: GemiusParams): void;
|
|
27
|
-
}
|
|
Binary file
|