CopyToClipboardReceiver

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.

Constructors

CopyToClipboardReceiver
Link copied to clipboard
fun CopyToClipboardReceiver()

Functions

abortBroadcast
Link copied to clipboard
fun abortBroadcast()
clearAbortBroadcast
Link copied to clipboard
fun clearAbortBroadcast()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getAbortBroadcast
Link copied to clipboard
fun getAbortBroadcast(): Boolean
getDebugUnregister
Link copied to clipboard
fun getDebugUnregister(): Boolean
getResultCode
Link copied to clipboard
fun getResultCode(): Int
getResultData
Link copied to clipboard
fun getResultData(): String
getResultExtras
Link copied to clipboard
fun getResultExtras(p0: Boolean): Bundle
goAsync
Link copied to clipboard
fun goAsync(): BroadcastReceiver.PendingResult
hashCode
Link copied to clipboard
open fun hashCode(): Int
isInitialStickyBroadcast
Link copied to clipboard
fun isInitialStickyBroadcast(): Boolean
isOrderedBroadcast
Link copied to clipboard
fun isOrderedBroadcast(): Boolean
onReceive
Link copied to clipboard
open override fun onReceive(context: Context, intent: Intent)
peekService
Link copied to clipboard
open fun peekService(p0: Context, p1: Intent): IBinder
setDebugUnregister
Link copied to clipboard
fun setDebugUnregister(p0: Boolean)
setOrderedHint
Link copied to clipboard
fun setOrderedHint(p0: Boolean)
setResult
Link copied to clipboard
fun setResult(p0: Int, p1: String, p2: Bundle)
setResultCode
Link copied to clipboard
fun setResultCode(p0: Int)
setResultData
Link copied to clipboard
fun setResultData(p0: String)
setResultExtras
Link copied to clipboard
fun setResultExtras(p0: Bundle)
toString
Link copied to clipboard
open fun toString(): String

Sources

androidJvm source
Link copied to clipboard