/// <summary> /// Sets the time for session renewal. If the app stays in background longer than that, a new session will be created automatically. This is only available with auto session management enabled /// </summary> /// <param name="appBackgroundTime">The interval at which sessions are renewed.</param> public static void SetSessionExpirationTime(int appBackgroundTime) { if (Utils.IsSupportedPlatform()) { target.SetSessionExpirationTime(appBackgroundTime); } }
/// <summary> /// Sets the time for session renewal. If the app stays in background longer than that, a new session will be created automatically. This is only available with auto session management enabled /// </summary> /// <param name="appBackgroundTime">The interval at which sessions are renewed.</param> public static void SetSessionExpirationTime(int appBackgroundTime) { target.SetSessionExpirationTime(appBackgroundTime); }