Files
Woka_Native_iOS/WOKA/Helpers/PlayerStatusEnum.swift
BilalKhanWDI ba08ad1565 - updated google analytics key.
- added a check for live tv player, checking if its not playing for a long time.
- fixed the apiversion check on splash
- Fixed the guest user issue, if no internet connect and app is started.
- fixed woka fm issue for google and normal ads.
2024-10-14 18:59:17 +05:30

16 lines
196 B
Swift

//
// PlayerStatusEnum.swift
// WOKA
//
// Created by MacBook Pro on 14/10/24.
//
enum PlayerStatusEnum {
case playing
case paused
case buffering
case stopped
case none
}