Added in API level 4
GestureLibraries
class GestureLibraries
| kotlin.Any | |
| ↳ | android.gesture.GestureLibraries |
Summary
| Public methods | |
|---|---|
| static GestureLibrary! | |
| static GestureLibrary! | |
| static GestureLibrary | |
| static GestureLibrary! |
fromPrivateFile(context: Context!, name: String!) |
| static GestureLibrary! |
fromRawResource(context: Context!, resourceId: Int) |
Public methods
fromFileDescriptor
Added in API level 30
static fun fromFileDescriptor(pfd: ParcelFileDescriptor): GestureLibrary
| Parameters | |
|---|---|
pfd |
ParcelFileDescriptor: This value cannot be null. |
| Return | |
|---|---|
GestureLibrary |
This value cannot be null. |
fromPrivateFile
Added in API level 4
static fun fromPrivateFile(
context: Context!,
name: String!
): GestureLibrary!
fromRawResource
Added in API level 4
static fun fromRawResource(
context: Context!,
resourceId: Int
): GestureLibrary!