onCreate

open fun onCreate(@Nullable savedInstanceState: Bundle)

You must call this method from the parent's Activity#onCreate(Bundle)} or Fragment#onViewCreated(View, Bundle).

You must set a valid access token with getInstance before you call this method or an exception will be thrown.

Parameters

savedInstanceState

Pass in the parent's savedInstanceState.

See also