AssistARSessionUI

This is the entry point of the AssistARSessionUI Sdk.

Types

Link copied to clipboard

Thrown when currentSession is not set in SessionCallback before calling createIntentForAssistARSessionActivity.

Properties

Link copied to clipboard
var currentSession: AssistARSession?

This is the current running session. You need to set and unset it manually.

Functions

Link copied to clipboard
fun createIntentForAssistARSessionActivity(context: Context, ongoingSessionNotificationId: Int, ongoingSessionNotificationChannel: String): Intent

Helper method to create an Intent for the AssistAR session Activity.

Link copied to clipboard

Helper method to check if ARCore is installed on device.

Link copied to clipboard

Helper method to check if ARCore is supported on device.

Link copied to clipboard

Helper method to request installation of ARCore.