All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.leanplum.utils.CommonExtensions.kt Maven / Gradle / Ivy

package com.leanplum.utils

import android.content.Context
import android.content.SharedPreferences
import com.leanplum.internal.Constants

internal fun Context.getLeanplumPrefs(): SharedPreferences? =
  getSharedPreferences(Constants.Defaults.LEANPLUM, Context.MODE_PRIVATE)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy