package com.draco.buoy.repositories.constants object ExternalProfileReceiverIntentConstants { /** * Intent key, can specify one of the available profiles */ const val KEY_PROFILE_NAME = "profile_name" /** * Intent key, can specify a string delimited by ',' with key=value pairs */ const val KEY_CONSTANTS = "constants" }