setExtras

@NonNull
open fun setExtras(@NonNull extras: @NonNull PersistableBundle): @NonNull ShortcutInfoCompat.Builder(source)

Extras that the app can set for any purpose.

Apps can store arbitrary shortcut metadata in extras and retrieve the metadata later using getExtras.

See also