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 class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNotification
(int id, String title, String description, long timestampMs) boolean
void
clearNotification
(int id) boolean
void
generateDeviceReport
(com.badlogic.gdx.utils.Json json) net.bytebuddy.dynamic.loading.ClassLoadingStrategy
void
getMobilePasswordInput
(com.badlogic.gdx.Input.TextInputListener listener, String title, String text, String hint) com.badlogic.gdx.pay.PurchaseManager
int[]
int
int
glGetStringi
(int name, int index) void
handleTextFieldFocus
(com.badlogic.gdx.scenes.scene2d.utils.FocusListener.FocusEvent event, TextFieldXPlatform actor, boolean focused) void
handleThreadExceptions
(Thread thread) boolean
boolean
boolean
boolean
void
logCurrencyReceived
(String currencyName, String source, int amount) void
logCurrencySpent
(String onItem, String currencyName, int amount) void
logCustomEvent
(String eventName, String[] paramPairs) void
logIAP
(Config.ProductId id, com.badlogic.gdx.pay.Transaction transaction) void
logLogined
(String method) void
void
logSignedUp
(String method) com.badlogic.gdx.audio.AudioDevice
newAudioDevice
(int sampleRate, boolean isMono) void
onExit()
void
void
boolean
boolean
void
requestGoogleAuth
(ObjectRetriever<String> callback) void
void
boolean
void
setFpsLimit
(int limit) void
setPersonalizedAds
(boolean enabled) void
showRewardAd
(ObjectRetriever<Boolean> onDone, PurchaseManager.RewardingAdsType type) void
void
unlockAchievement
(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)
-