Table of Contents

Method SaveProfile

Namespace
Titipi.MocaLib

SaveProfile(Action, Action<Exception>)

Persists CurrentProfile to Firestore using SetOptions.MergeAll, automatically updating the device metadata fields before writing.

public static Awaitable SaveProfile(Action onSuccess = null, Action<Exception> onError = null)

Parameters

onSuccess Action
onError Action<Exception>

Returns

Awaitable