public class LicenciaUsuario
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private class |
LicenciaUsuario.VerificarPagoUsuario |
Modifier and Type | Field and Description |
---|---|
private com.google.firebase.database.DatabaseReference |
databaseReference |
private java.lang.String |
FechaPago |
private boolean |
licenciaActivada |
private com.google.firebase.auth.FirebaseAuth |
mAuth |
private android.content.Context |
mContext |
private java.lang.String |
pago |
Constructor and Description |
---|
LicenciaUsuario(android.content.Context mContext) |
Modifier and Type | Method and Description |
---|---|
private void |
cambiarEstadoPremium(java.lang.String valor) |
private java.lang.String pago
private java.lang.String FechaPago
private boolean licenciaActivada
private com.google.firebase.database.DatabaseReference databaseReference
private com.google.firebase.auth.FirebaseAuth mAuth
private android.content.Context mContext