-
public final class CreateUserResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, String>identitiesprivate final PropertiesObjectpropertiesprivate final List<SubscriptionObject>subscriptionsprivate final RywDatarywData
-
Constructor Summary
Constructors Constructor Description CreateUserResponse(Map<String, String> identities, PropertiesObject properties, List<SubscriptionObject> subscriptions, RywData rywData)
-
Method Summary
Modifier and Type Method Description final Map<String, String>getIdentities()The identities for the created user. final PropertiesObjectgetProperties()The properties for the user. final List<SubscriptionObject>getSubscriptions()The subscriptions for the user. final RywDatagetRywData()Read-your-write data for IAM fetch consistency, when the backend supplies it. -
-
Constructor Detail
-
CreateUserResponse
CreateUserResponse(Map<String, String> identities, PropertiesObject properties, List<SubscriptionObject> subscriptions, RywData rywData)
-
-
Method Detail
-
getIdentities
final Map<String, String> getIdentities()
The identities for the created user.
-
getProperties
final PropertiesObject getProperties()
The properties for the user.
-
getSubscriptions
final List<SubscriptionObject> getSubscriptions()
The subscriptions for the user.
-
getRywData
final RywData getRywData()
Read-your-write data for IAM fetch consistency, when the backend supplies it. Populated under Identity Verification so com.onesignal.inAppMessages can await the user record's propagation before fetching IAMs.
nullfor non-IV apps and older backends that don't includeryw_tokenin the response.
-
-
-
-