-
public class PrefHelperCreated by amitshekhar on 06/02/17.
-
-
Method Summary
Modifier and Type Method Description static List<String>getSharedPreferenceTags(Context context)static ResponsegetAllPrefTableName(Context context)static TableDataResponsegetAllPrefData(Context context, String tag)static UpdateRowResponseaddOrUpdateRow(Context context, String tableName, List<RowDataRequest> rowDataRequests)static UpdateRowResponsedeleteRow(Context context, String tableName, List<RowDataRequest> rowDataRequests)-
-
Method Detail
-
getSharedPreferenceTags
static List<String> getSharedPreferenceTags(Context context)
-
getAllPrefTableName
static Response getAllPrefTableName(Context context)
-
getAllPrefData
static TableDataResponse getAllPrefData(Context context, String tag)
-
addOrUpdateRow
static UpdateRowResponse addOrUpdateRow(Context context, String tableName, List<RowDataRequest> rowDataRequests)
-
deleteRow
static UpdateRowResponse deleteRow(Context context, String tableName, List<RowDataRequest> rowDataRequests)
-
-
-
-