fromJson

fun fromJson(jsonString: String): PushCredential

Create a PushCredential from a JSON string.

Return

A PushCredential.

Parameters

jsonString

The JSON string.

Throws

SerializationException

if the JSON is invalid.