public class IntegrationComponentMapper
Modifier and Type | Field and Description |
---|---|
static IntegrationComponentMapper |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
IntegrationComponent |
fromBundle(android.os.Bundle bundle) |
java.lang.String |
readAppName(android.os.Bundle bundle) |
java.lang.String |
readAppUuid(android.os.Bundle bundle) |
java.lang.String |
readComponentName(android.os.Bundle bundle) |
java.lang.String |
readPackageName(android.os.Bundle bundle) |
android.os.Bundle |
toBundle(IntegrationComponent integrationComponent) |
public static IntegrationComponentMapper INSTANCE
public android.os.Bundle toBundle(IntegrationComponent integrationComponent)
public IntegrationComponent fromBundle(android.os.Bundle bundle)
public java.lang.String readPackageName(android.os.Bundle bundle)
public java.lang.String readComponentName(android.os.Bundle bundle)
public java.lang.String readAppUuid(android.os.Bundle bundle)
public java.lang.String readAppName(android.os.Bundle bundle)