Package-level declarations
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun Context.composeMessage(phone: String, message: String = "", onCantHandleAction: () -> Unit = {})
Link copied to clipboard
inline fun Context.composeMmsMessage(message: String, attachment: Uri, onCantHandleAction: () -> Unit = {})
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Context.getActivityPendingIntent(requestCode: Int = 0, intent: Intent, flags: Int = PendingIntent.FLAG_ONE_SHOT): PendingIntent
Link copied to clipboard
fun Context.getBroadcastPendingIntent(requestCode: Int = 0, intent: Intent, flags: Int = PendingIntent.FLAG_ONE_SHOT): PendingIntent
Link copied to clipboard
Standard Intent.getDoubleExtra but allows for null. Note that this would treat Double.MIN_VALUE as null if you were to pass it
Link copied to clipboard
Standard Intent.getBooleanExtra but allows for null. Note that this would treat Int.MIN_VALUE as null if you were to pass it
Link copied to clipboard
Standard Intent.getIntExtra but allows for null. Note that this would treat Int.MIN_VALUE as null if you were to pass it
Link copied to clipboard
Standard Intent.getLongExtra but allows for null. Note that this would treat Long.MIN_VALUE as null if you were to pass it
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Available types
inline fun FragmentActivity.openSettingsCategory(category: String, onCantHandleAction: () -> Unit = {})
Link copied to clipboard
inline fun FragmentActivity.openSettingsCategoryAsResult(category: String, resultCode: Int, onCantHandleAction: () -> Unit = {})
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun Fragment.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
inline fun FragmentActivity.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
Link copied to clipboard
fun Context.showTimePicker(hourOfDay: Int, minute: Int, is24Hour: Boolean, action: (view: TimePicker, hourOfDay: Int, minute: Int) -> Unit)
Link copied to clipboard