com.gravity.gdk.impression.PageViewGuid.scala Maven / Gradle / Ivy
The newest version!
package com.gravity.gdk.impression
import com.gravity.gdk.util.hash
import scala.util.Random
/*
___...---''
___...---'\'___
'' _.-'' _`'.______\\.
/_.) )..- __..--'\\
( __..--''
'-''\@
Ⓐ Ⓐ Ⓐ Ⓐ Ⓐ Ⓐ Ⓐ Ⓐ Ⓐ Ⓐ Ⓐ
*/
/** Generally internal use only. */
case class PageViewGuid(guid: String) extends AnyVal
object PageViewGuid {
def random: PageViewGuid = PageViewGuid(hash.md5(Random.nextLong().toString))
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy