- R - Class in com.scvngr.levelup.beacon
-
- R() - Constructor for class com.scvngr.levelup.beacon.R
-
- R - Class in com.scvngr.levelup.core.deeplinkauth
-
- R() - Constructor for class com.scvngr.levelup.core.deeplinkauth.R
-
- R - Class in com.scvngr.levelup.core
-
- R() - Constructor for class com.scvngr.levelup.core.R
-
- R.array - Class in com.scvngr.levelup.beacon
-
- R.array - Class in com.scvngr.levelup.core
-
- R.attr - Class in com.scvngr.levelup.beacon
-
- R.attr - Class in com.scvngr.levelup.core.deeplinkauth
-
- R.attr - Class in com.scvngr.levelup.core
-
- R.bool - Class in com.scvngr.levelup.beacon
-
- R.bool - Class in com.scvngr.levelup.core
-
- R.color - Class in com.scvngr.levelup.beacon
-
- R.color - Class in com.scvngr.levelup.core
-
- R.drawable - Class in com.scvngr.levelup.core.deeplinkauth
-
- R.id - Class in com.scvngr.levelup.beacon
-
- R.id - Class in com.scvngr.levelup.core
-
- R.layout - Class in com.scvngr.levelup.beacon
-
- R.layout - Class in com.scvngr.levelup.core
-
- R.string - Class in com.scvngr.levelup.beacon
-
- R.string - Class in com.scvngr.levelup.core.deeplinkauth
-
- R.string - Class in com.scvngr.levelup.core
-
- R.styleable - Class in com.scvngr.levelup.beacon
-
- R.styleable - Class in com.scvngr.levelup.core
-
- REFUNDED_AT - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
-
Optional String field parsed as a date.
- refundedAt(String) - Method in class com.scvngr.levelup.core.model.Order.OrderBuilder
-
- REGION - Static variable in class com.scvngr.levelup.core.model.factory.json.LocationJsonFactory.JsonKeys
-
- registerOnImageLoadedCallback(String, PendingImage.OnImageLoaded<LevelUpQrCodeGenerator.LevelUpQrCodeImage>) - Method in class com.scvngr.levelup.core.ui.view.LevelUpCodeLoader
-
- registerSubtype(Class<? extends T>, String) - Method in class com.google.gson.typeadapters.RuntimeTypeAdapterFactory
-
Registers type
identified by label
.
- registerSubtype(Class<? extends T>) - Method in class com.google.gson.typeadapters.RuntimeTypeAdapterFactory
-
- Registration - Class in com.scvngr.levelup.core.model
-
Model representing a registration.
- Registration(String, String, boolean) - Constructor for class com.scvngr.levelup.core.model.Registration
-
- RegistrationJsonFactory - Class in com.scvngr.levelup.core.model.factory.json
-
- RegistrationJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.RegistrationJsonFactory
-
Constructor.
- RegistrationJsonFactory.JsonKeys - Class in com.scvngr.levelup.core.model.factory.json
-
All of the keys in the JSON representation of this model.
- RegistrationRequestFactory - Class in com.scvngr.levelup.core.net.request.factory
-
Request factory for fetching a
Registration
from the web
service.
- RegistrationRequestFactory(Context) - Constructor for class com.scvngr.levelup.core.net.request.factory.RegistrationRequestFactory
-
- remove(int) - Method in class com.scvngr.levelup.core.model.util.ParcelableArrayList
-
- remove(Object) - Method in class com.scvngr.levelup.core.model.util.ParcelableArrayList
-
- removeAll(Collection<?>) - Method in class com.scvngr.levelup.core.model.util.ParcelableArrayList
-
- removeRange(int, int) - Method in class com.scvngr.levelup.core.model.util.ParcelableArrayList
-
- representationTypes(String[]) - Method in class com.scvngr.levelup.core.model.campaign.CampaignMetadata.CampaignMetadataBuilder
-
- RequestBody - Interface in com.scvngr.levelup.core.net
-
Body content of a request.
- requestPermissions(Collection<String>) - Method in class com.scvngr.levelup.deeplinkauth.LevelUpDeepLinkIntegrator
-
Send a request to the LevelUp app to prompt the user to grant your app the requested
permissions.
- requestPermissions(String...) - Method in class com.scvngr.levelup.deeplinkauth.LevelUpDeepLinkIntegrator
-
Send a request to the LevelUp app to prompt the user to grant your app the requested
permissions.
- RequestUtils - Class in com.scvngr.levelup.core.net
-
Class with methods to help with creating requests.
- RequiredField - Annotation Type in com.scvngr.levelup.core.annotation.model
-
Indicates to the JSON serializer that this field must not be null
when serializing
to/from JSON.
- RequiresPermission - Annotation Type in com.scvngr.levelup.core.annotation
-
Annotates methods that return a request requiring at least one of the specified permissions.
- restoreState(Bundle) - Method in class com.scvngr.levelup.core.ui.view.LevelUpOAuth2View
-
- retainAll(Collection<?>) - Method in class com.scvngr.levelup.core.model.util.ParcelableArrayList
-
- roundDistance(float) - Static method in class com.scvngr.levelup.core.util.DistanceUtil
-
Rounds the distance to the upper 0.5.
- RuntimeTypeAdapterFactory<T> - Class in com.google.gson.typeadapters
-
Adapts values whose runtime type may differ from their declaration type.