-
public final class ContextHelperInternal use only.
-
-
Method Summary
Modifier and Type Method Description static StringgetClientApplicationId(@NonNull() Context context)Internal use only. static booleanisTablet(@NonNull() Context context)Internal use only. static booleanisPortraitOrientation(@NonNull() Context context)Internal use only. static booleanisPortraitOrTablet(@NonNull() Context context)Internal use only. static booleanisFontScaled(Context context)This method tells us if the fonts are more OR equal to 150% of scale. static booleanisDarkTheme(Context context)-
-
Method Detail
-
getClientApplicationId
static String getClientApplicationId(@NonNull() Context context)
Internal use only.
-
isPortraitOrientation
static boolean isPortraitOrientation(@NonNull() Context context)
Internal use only.
-
isPortraitOrTablet
static boolean isPortraitOrTablet(@NonNull() Context context)
Internal use only.
-
isFontScaled
static boolean isFontScaled(Context context)
This method tells us if the fonts are more OR equal to 150% of scale.
-
isDarkTheme
static boolean isDarkTheme(Context context)
-
-
-
-