API/Autodoc/Classes/URuStoreCore.md


URuStoreCore

#include <URuStoreCore.h>

Inherits from UObject

Public Functions

Name
bool GetIsInitialized()
void ConditionalBeginDestroy()
bool Init()
void Dispose()
bool IsRuStoreInstalled()
void OpenRuStoreDownloadInstruction()
void OpenRuStore()
void OpenRuStoreAuthorization()
URuStoreCore * Instance()
bool IsPlatformSupported()
bool IsPlatformSupported(TFunction< void(long requestId, TSharedPtr< FURuStoreError, ESPMode::ThreadSafe >)> onFailure)
void ShowToast(FString message)
void LogVerbose(FString tag, FString message)
void LogDebug(FString tag, FString message)
void LogInfo(FString tag, FString message)
void LogWarn(FString tag, FString message)
void LogError(FString tag, FString message)
bool CompareId(int64 A, int64 B)
void CopyToClipboard(FString text)
void GetFromClipboard(FString & text)
void GetStringResources(FString name, FString & value)
void GetIntResources(FString name, int & value)
FString GetStringSharedPreferences(FString storageName, FString key, FString defaultValue)
int GetIntSharedPreferences(FString storageName, FString key, int defaultValue)
void SetStringSharedPreferences(FString storageName, FString key, FString value)
void SetIntSharedPreferences(FString storageName, FString key, int value)
void RestartAndroidApp()

Public Attributes

Name
const FString PluginVersion

function GetIsInitialized

bool GetIsInitialized()

function ConditionalBeginDestroy

void ConditionalBeginDestroy()

function Init

bool Init()

function Dispose

void Dispose()

function IsRuStoreInstalled

bool IsRuStoreInstalled()

function OpenRuStoreDownloadInstruction

void OpenRuStoreDownloadInstruction()

function OpenRuStore

void OpenRuStore()

function OpenRuStoreAuthorization

void OpenRuStoreAuthorization()

function Instance

static URuStoreCore * Instance()

function IsPlatformSupported

static bool IsPlatformSupported()

function IsPlatformSupported

static bool IsPlatformSupported(
    TFunction< void(long requestId, TSharedPtr< FURuStoreError, ESPMode::ThreadSafe >)> onFailure
)

function ShowToast

static void ShowToast(
    FString message
)

function LogVerbose

static void LogVerbose(
    FString tag,
    FString message
)

function LogDebug

static void LogDebug(
    FString tag,
    FString message
)

function LogInfo

static void LogInfo(
    FString tag,
    FString message
)

function LogWarn

static void LogWarn(
    FString tag,
    FString message
)

function LogError

static void LogError(
    FString tag,
    FString message
)

function CompareId

static bool CompareId(
    int64 A,
    int64 B
)

function CopyToClipboard

static void CopyToClipboard(
    FString text
)

function GetFromClipboard

static void GetFromClipboard(
    FString & text
)

function GetStringResources

static void GetStringResources(
    FString name,
    FString & value
)

function GetIntResources

static void GetIntResources(
    FString name,
    int & value
)

function GetStringSharedPreferences

static FString GetStringSharedPreferences(
    FString storageName,
    FString key,
    FString defaultValue
)

function GetIntSharedPreferences

static int GetIntSharedPreferences(
    FString storageName,
    FString key,
    int defaultValue
)

function SetStringSharedPreferences

static void SetStringSharedPreferences(
    FString storageName,
    FString key,
    FString value
)

function SetIntSharedPreferences

static void SetIntSharedPreferences(
    FString storageName,
    FString key,
    int value
)

function RestartAndroidApp

static void RestartAndroidApp()

variable PluginVersion

static const FString PluginVersion = "10.5.0";

Назад