FirebaseCustomLocalModel.Builder

public static class FirebaseCustomLocalModel.Builder extends Object

Builder class of FirebaseCustomLocalModel.

Public Constructor Summary

Public Method Summary

FirebaseCustomLocalModel
FirebaseCustomLocalModel.Builder
setAssetFilePath(String assetFilePath)
Sets the asset subpath of the asset model file

Make sure your model asset file is not compressed by using aaptOptions.

FirebaseCustomLocalModel.Builder
setFilePath(String filePath)
Sets the absolute file path of the local model file.

Inherited Method Summary

Public Constructors

publicFirebaseCustomLocalModel.Builder()

Creates a new builder to build FirebaseCustomLocalModel.

Public Methods

public FirebaseCustomLocalModelbuild()

Returns

public FirebaseCustomLocalModel.BuildersetAssetFilePath(String assetFilePath)

Sets the asset subpath of the asset model file

Make sure your model asset file is not compressed by using aaptOptions. For more details, refer to documentation.

public FirebaseCustomLocalModel.BuildersetFilePath(String filePath)

Sets the absolute file path of the local model file.