putOrientation Function

fun Bundle.putOrientation(name: String, orientation: ScanOrientation)

Stores an orientation in this bundle.

Parameters

  • name — the key
  • orientation — the orientation to store
Top