-
Notifications
You must be signed in to change notification settings - Fork 0
ViberCallOptions
Ajša Terko edited this page Feb 22, 2023
·
2 revisions
extends
CallOptions
Creates a builder instance used to build a new instance of the ViberCallOptions
.
none
-
ViberCallOptionsBuilder
- Instance of the builder.
let viberCallOptionsBuilder = ViberCallOptions.builder();
let viberCallOptions = viberCallOptionsBuilder.build();