package com.unity3d.services.core.device.reader; /* loaded from: classes2.dex */ public interface IGameSessionIdReader { Long getGameSessionId(); Long getGameSessionIdAndStore(); }