Kaluga
Toggle table of contents
ios
Target filter
ios
Switch theme
Search in API
Skip to content
Kaluga
architecture
/
com.splendo.kaluga.architecture.navigation
/
ImagePickerMediaNotAvailableNavigationException
Image
Picker
Media
Not
Available
Navigation
Exception
ios
data
class
ImagePickerMediaNotAvailableNavigationException
(
val
types
:
Set
<
NavigationSpec.ImagePicker.MediaType
>
)
:
NavigationException
Members
Constructors
Image
Picker
Media
Not
Available
Navigation
Exception
Link copied to clipboard
ios
constructor
(
types
:
Set
<
NavigationSpec.ImagePicker.MediaType
>
)
Properties
cause
Link copied to clipboard
ios
open
val
cause
:
Throwable
?
message
Link copied to clipboard
ios
open
val
message
:
String
?
types
Link copied to clipboard
ios
val
types
:
Set
<
NavigationSpec.ImagePicker.MediaType
>
Functions
get
Stack
Trace
Link copied to clipboard
ios
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
print
Stack
Trace
Link copied to clipboard
ios
fun
printStackTrace
(
)