Interface AppClipHandoffCallback
public interface AppClipHandoffCallback
Receives the answer to AppClipHandoffSource.requestHandoff(AppClipHandoffCallback).
Exactly one method is called, once.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled with the invite code an App Clip recorded.voidonUnavailable(String reason) Called when no clip handoff exists.
-
Method Details
-
onHandoff
Called with the invite code an App Clip recorded.
Parameters
-
code: the invite code the clip received, never empty -
clickedSeconds: when the link was tapped, in seconds since the epoch, or 0 when the clip did not record it
-
-