Please enable JavaScript.
Coggle requires JavaScript to display documents.
Default SDK Integration, SDK CTD - Coggle Diagram
Default SDK Integration
SDK downloaded correctly test
objects/elements/classes automatically download
Not synchronized
retreive GAID through adding "google play services library
Dependencies - build.gradle file
Permissions - manifest file
internet & access_network_state & ad_ID
access_network_state: listen to and if offline (buffer and catch all events)
Proguard
obfuscate
application class: first thing that gets loaded when app starts
extending sdk into it
Override
RegisterActivityLifeCycelCallnack--Sessions
activity launched
Onstart()
a state when initially opening
also the restarting point, after activity goes in background
Onresume()
a state when initially opening
also, the re-starting point for when another activity comes into foreground
oncreate()
different stuff is put in each one as onstart() is a restart (after app in background, not totally new start
another activity
onpause()
onstop()
ondestroy()
shut down
SDK only listens to onpause and onresume
timer starts for 30 min on onpause
RegisterActivityLifeCycelCallback - listens
onActivityResumed(Activity activity)
onActivityPaused(Activity activity)
Signature
SDK spoofing
config.setAppSecret
dadshboard:settings: SDK signature
config. logs
Maus/Daus
SDK CTD
Info sent to client
addCallbackParametr
Info sent to Partner