TestPlatformEventFactory


class TestPlatformEventFactory : Parcelable.Creator


The factory for CREATOR. When the parcel was created, the first entry written to it was the instanceType enum value, so use the EventType to instantiate the correct subclass.

Summary

Public constructors

Public functions

TestPlatformEvent!
Array<TestPlatformEvent!>!
newArray(size: Int)

Public constructors

TestPlatformEventFactory

TestPlatformEventFactory()

Public functions

createFromParcel

fun createFromParcel(source: Parcel!): TestPlatformEvent!

newArray

fun newArray(size: Int): Array<TestPlatformEvent!>!