Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
okta-idx-kotlin
/
com.okta.idx.kotlin.dto
/
IdxCapabilityCollection
Idx
Capability
Collection
class
IdxCapabilityCollection
<
C
>
:
Set
<
C
>
Represents a collection of capabilities.
Members
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
C
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
C
>
)
:
Boolean
get
Link copied to clipboard
inline
fun
<
Capability
:
C
>
get
(
)
:
Capability
?
Returns a capability based on its type.
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
C
>