Files
Woka_Native_iOS/WOKA/Constants K/GVar.swift
Bilal 54c3da8bed - worked on google ads.
- Removed the fullscreen button from jwplayerviewcontroller.
- removed picuture in picutre
- removed the laguage button
- added skin styling for jwplayer
2024-09-17 22:52:09 +05:30

46 lines
1.2 KiB
Swift

//
// GVar.swift
// WOKA
//
// Created by Bilal on 26/04/2024.
//
import Foundation
extension K{
struct GVar{
// static var localized = K.LocalizedEnum.english
static var lastOpenTimestamp : Date?
static var reloadMyList = false
static var topView = TopViewEnum.theme1
static var myListSoftReload = false
static var reloadMyListAudioBooks = false
static var reloadKaraoke = false
static var reloadGames = false
static var reloadHindiWebseries = false
static var reloadEnglishWebseries = false
static var reloadMyListAll = 0 // 0 - null, 1 - add , 2- remove
static var reloadMyListAllID = 0
static var reloadContinueKaraoke = false
static var reloadContinueAudioBooks = false
static var reloadContinueWebSeries = false
/*
Username selected from forgot username shall be stored here
*/
static var selectedUsername : String? = nil
/*
this will handle ad timing for games
*/
static var adTimeStamp : Date? = nil
}
}