Package com.unciv.app

Types

AndroidLauncher
Link copied to clipboard
open class AndroidLauncher : AndroidApplication
AndroidTvLauncher
Link copied to clipboard
class AndroidTvLauncher : AndroidLauncher
CopyToClipboardReceiver
Link copied to clipboard
class CopyToClipboardReceiver : BroadcastReceiver

This Receiver can be called from an Action on the error Notification shown by MultiplayerTurnCheckWorker. It copies the text given to it to clipboard and then shows a Toast. It's intended to help find out why the Turn Notifier failed.

CrashReportSenderAndroid
Link copied to clipboard
class CrashReportSenderAndroid(activity: Activity) : CrashReportSender
CustomSaveLocationHelperAndroid
Link copied to clipboard
@RequiresApi(value = 19)
class CustomSaveLocationHelperAndroid(activity: Activity) : CustomSaveLocationHelper
IndexedCallback
Link copied to clipboard
data class IndexedCallback(index: Int, callback: (Uri?) -> Unit, thread: Thread)
LimitOrientationsHelperAndroid
Link copied to clipboard
class LimitOrientationsHelperAndroid(activity: Activity) : LimitOrientationsHelper

See also interface LimitOrientationsHelper.

MultiplayerTurnCheckWorker
Link copied to clipboard
class MultiplayerTurnCheckWorker(appContext: Context, workerParams: WorkerParameters) : Worker
NativeFontAndroid
Link copied to clipboard
class NativeFontAndroid(size: Int) : NativeFontImplementation

Created by tian on 2016/10/2.