Created
August 24, 2019 08:17
-
-
Save PetkevichPavel/3564c09baa8816ced8cbd263a74a802a to your computer and use it in GitHub Desktop.
AN_Cloud Function: App extension class.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* App extension function, which return reference on RemoteConfigFunctions. | |
* @return reference on RemoteConfigFunctions. | |
*/ | |
fun App.getRCF() = RemoteConfigFunctions(gson, this, this, remoteConfigManager) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment