Sha256: 8b6c582de7c858cd12ae3d73e96019a3577c6d4e4bb29d018c5899d2d3412c22
Contents?: true
Size: 581 Bytes
Versions: 36
Compression:
Stored size: 581 Bytes
Contents
# Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.io/terms.html # Sqreen Namespace module Sqreen # Sqreen SDK class << self # Authentication tracking method def auth_track(is_logged_in, authentication_keys); end def signup_track(authentication_keys); end def identify(authentication_keys, traits = {}) return unless Sqreen.framework Sqreen.framework.observe( :sdk, [:identify, Time.now, authentication_keys, traits], [], false ) end end end
Version data entries
36 entries across 36 versions & 2 rubygems