writeToIntentExtras

open fun writeToIntentExtras(@NonNull intent: Intent)

Serialize this instance into an Intent. Note that you'll need to use payloadFromBundle with the intent's extras to read it back. This method WILL NOT fill the intent in a format that payloadFromReceiverIntent understands.

Parameters

intent

Intent instance to serialize this in