Package com.prineside.tdi2
Interface ActionResolver
- All Known Implementing Classes:
 ActionResolver.ActionResolverAdapter,LJ_TDI.ActionResolver_D.LIP
public interface ActionResolver
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotification(int id, String title, String description, long timestampMs) booleanvoidclearNotification(int id) booleanvoidgenerateDeviceReport(com.badlogic.gdx.utils.Json json) net.bytebuddy.dynamic.loading.ClassLoadingStrategyvoidgetMobilePasswordInput(com.badlogic.gdx.Input.TextInputListener listener, String title, String text, String hint) com.badlogic.gdx.pay.PurchaseManagerint[]intintglGetStringi(int name, int index) voidhandleTextFieldFocus(com.badlogic.gdx.scenes.scene2d.utils.FocusListener.FocusEvent event, TextFieldXPlatform actor, boolean focused) voidhandleThreadExceptions(Thread thread) booleanbooleanbooleanbooleanvoidlogCurrencyReceived(String currencyName, String source, int amount) voidlogCurrencySpent(String onItem, String currencyName, int amount) voidlogCustomEvent(String eventName, String[] paramPairs) voidlogIAP(Config.ProductId id, com.badlogic.gdx.pay.Transaction transaction) voidlogLogined(String method) voidvoidlogSignedUp(String method) com.badlogic.gdx.audio.AudioDevicenewAudioDevice(int sampleRate, boolean isMono) voidonExit()voidvoidbooleanbooleanvoidrequestGoogleAuth(ObjectRetriever<String> callback) voidvoidbooleanvoidsetFpsLimit(int limit) voidsetPersonalizedAds(boolean enabled) voidshowRewardAd(ObjectRetriever<Boolean> onDone, PurchaseManager.RewardingAdsType type) voidvoidunlockAchievement(AchievementType achievementType)  
- 
Method Details
- 
isAppModified
boolean isAppModified() - 
getDeviceInfo
 - 
getShortDeviceInfo
String getShortDeviceInfo() - 
getPurchaseManager
com.badlogic.gdx.pay.PurchaseManager getPurchaseManager() - 
getBestScreenResolution
IntPair getBestScreenResolution() - 
newAudioDevice
com.badlogic.gdx.audio.AudioDevice newAudioDevice(int sampleRate, boolean isMono)  - 
getCachedMusicManager
MusicManager getCachedMusicManager() - 
onExit
void onExit() - 
getScreenSafeAreaInsets
int[] getScreenSafeAreaInsets()- Returns:
 - int[top right bottom left]
 
 - 
getWindowsGraphicsScale
int getWindowsGraphicsScale()- Returns:
 - 96, если стоит 100%
 
 - 
setFpsLimit
void setFpsLimit(int limit)  - 
getInitConfigManager
ActionResolver.InitConfigManager getInitConfigManager() - 
getMobilePasswordInput
 - 
rewardAdsAvailable
boolean rewardAdsAvailable() - 
canShowRewardAd
boolean canShowRewardAd() - 
getSecondsTillCanShowRewardAd
int getSecondsTillCanShowRewardAd()- Returns:
 - -1, если неизвестно
 
 - 
showRewardAd
 - 
hasGoogleAuth
boolean hasGoogleAuth() - 
isSignedInWithGoogle
boolean isSignedInWithGoogle() - 
requestGoogleAuth
 - 
signOutGoogle
void signOutGoogle() - 
requestLogin
void requestLogin() - 
logCurrencyReceived
 - 
logCurrencySpent
 - 
logLogined
 - 
logSignedUp
 - 
logCustomEvent
 - 
logIAP
 - 
logRewardedVideoViewed
 - 
hasNotifications
boolean hasNotifications() - 
addNotification
 - 
clearNotification
void clearNotification(int id)  - 
unlockAchievement
 - 
openHandbook
void openHandbook() - 
openSupportPage
void openSupportPage() - 
doubleGainEnabledBySteamGamePurchase
boolean doubleGainEnabledBySteamGamePurchase() - 
handleThreadExceptions
 - 
generateDeviceReport
void generateDeviceReport(com.badlogic.gdx.utils.Json json)  - 
glGetStringi
 - 
getOkJoySDK
OkJoySDK getOkJoySDK() - 
getByteBuddyClassLoadingStrategy
net.bytebuddy.dynamic.loading.ClassLoadingStrategy getByteBuddyClassLoadingStrategy() - 
handleTextFieldFocus
void handleTextFieldFocus(com.badlogic.gdx.scenes.scene2d.utils.FocusListener.FocusEvent event, TextFieldXPlatform actor, boolean focused)  - 
requestSteamAuthTicket
 - 
getDefaultLocale
String getDefaultLocale() - 
personalizedAdsSupported
boolean personalizedAdsSupported() - 
personalizedAdsEnabled
boolean personalizedAdsEnabled() - 
setPersonalizedAds
void setPersonalizedAds(boolean enabled)  
 -